Uses of Class
org.apache.sling.testing.mock.osgi.config.annotations.ConfigType
-
Packages that use ConfigType Package Description org.apache.sling.testing.mock.osgi.config OSGi Config Type Parameters core implementation.org.apache.sling.testing.mock.osgi.config.annotations Annotations and interfaces intended to be referenced in end-user test classes for parameter and config resolution. -
-
Uses of ConfigType in org.apache.sling.testing.mock.osgi.config
Methods in org.apache.sling.testing.mock.osgi.config with parameters of type ConfigType Modifier and Type Method Description ObjectConfigTypeContext. constructConfigType(@NotNull ConfigType annotation)Return a concrete instance of the OSGi config / Component Property Type represented by the givenConfigTypeannotation discovered via reflection.ObjectConfigTypeContext. constructConfigType(@NotNull ConfigType annotation, @Nullable String applyPid)Return a concrete instance of the OSGi config / Component Property Type represented by the givenConfigTypeannotation discovered via reflection. -
Uses of ConfigType in org.apache.sling.testing.mock.osgi.config.annotations
Methods in org.apache.sling.testing.mock.osgi.config.annotations that return ConfigType Modifier and Type Method Description ConfigType[]value()Return an array of nestedConfigTypeannotations.
-