Class Services

java.lang.Object
org.assertj.core.configuration.Services

class Services extends Object
A simple locator for SPI implementations.
  • Constructor Details

    • Services

      private Services()
  • Method Details

    • get

      public static <SERVICE> SERVICE get(Class<SERVICE> serviceType, SERVICE defaultValue)
    • getAll

      public static <SERVICE> List<SERVICE> getAll(Class<SERVICE> serviceType)