Uses of Class
com.norconex.commons.lang.bean.spi.BasePolymorphicTypeProvider.Registry
Packages that use BasePolymorphicTypeProvider.Registry
-
Uses of BasePolymorphicTypeProvider.Registry in com.norconex.commons.lang.bean.spi
Methods in com.norconex.commons.lang.bean.spi that return BasePolymorphicTypeProvider.RegistryModifier and TypeMethodDescriptionBasePolymorphicTypeProvider.Registry.add(@NonNull Class<?> superType, @NonNull Class<?> subType, Class<?>... subTypes) Adds a super type and all supplied sub-types.BasePolymorphicTypeProvider.Registry.addFromScan(@NonNull Class<?> superType) Adds a super type and all sub-types discovered from scanning for classes with a qualified name starting with the same package as the super class.BasePolymorphicTypeProvider.Registry.addFromScan(@NonNull Class<?> superType, @NonNull String basePackage) Adds a super type and all sub-types discovered from scanning for classes with a qualified name starting with the supplied base package.BasePolymorphicTypeProvider.Registry.addFromScan(@NonNull Class<?> superType, @NonNull Predicate<String> filter) Adds a super type and all sub-types discovered from scanning for classes with a qualified name matching the supplied predicate.Methods in com.norconex.commons.lang.bean.spi with parameters of type BasePolymorphicTypeProvider.RegistryModifier and TypeMethodDescriptionprotected abstract voidBasePolymorphicTypeProvider.register(BasePolymorphicTypeProvider.Registry registry)