Uses of Class
org.glassfish.hk2.utilities.DescriptorImpl
-
-
Uses of DescriptorImpl in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return DescriptorImpl Modifier and Type Method Description DescriptorImpl
PopulatorPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
This method can be used to alter the descriptor read in.Methods in org.glassfish.hk2.api with parameters of type DescriptorImpl Modifier and Type Method Description DescriptorImpl
PopulatorPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
This method can be used to alter the descriptor read in. -
Uses of DescriptorImpl in org.glassfish.hk2.bootstrap.impl
Methods in org.glassfish.hk2.bootstrap.impl that return DescriptorImpl Modifier and Type Method Description DescriptorImpl
Hk2LoaderPopulatorPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
Uses the given classloader to load the class from the descriptorMethods in org.glassfish.hk2.bootstrap.impl with parameters of type DescriptorImpl Modifier and Type Method Description DescriptorImpl
Hk2LoaderPopulatorPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
Uses the given classloader to load the class from the descriptor -
Uses of DescriptorImpl in org.glassfish.hk2.extras.hk2bridge.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.extras.hk2bridge.internal Modifier and Type Class Description class
CrossOverDescriptor<T>
-
Uses of DescriptorImpl in org.glassfish.hk2.extras.operation.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.extras.operation.internal Modifier and Type Class Description class
OperationDescriptor<T extends Annotation>
-
Uses of DescriptorImpl in org.glassfish.hk2.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.internal Modifier and Type Class Description class
ConstantActiveDescriptor<T>
Methods in org.glassfish.hk2.internal that return DescriptorImpl Modifier and Type Method Description DescriptorImpl
DescriptorBuilderImpl. build()
-
Uses of DescriptorImpl in org.glassfish.hk2.metadata.generator
Methods in org.glassfish.hk2.metadata.generator that return types with arguments of type DescriptorImpl Modifier and Type Method Description static List<DescriptorImpl>
ServiceUtilities. getDescriptorsFromClass(TypeElement clazz, ProcessingEnvironment processingEnvironment)
Returns one descriptor if this is a normal service class or two if this class is a factory. -
Uses of DescriptorImpl in org.glassfish.hk2.utilities
Subclasses of DescriptorImpl in org.glassfish.hk2.utilities Modifier and Type Class Description class
AbstractActiveDescriptor<T>
This class can be used as a starting point for those writing their own ActiveDescriptor.class
AliasDescriptor<T>
An active descriptor class that serves as an alias for another descriptor.Methods in org.glassfish.hk2.utilities that return DescriptorImpl Modifier and Type Method Description DescriptorImpl
DescriptorBuilder. build()
Generates a descriptor that can be used in binding operationsstatic DescriptorImpl
BuilderHelper. createDescriptorFromClass(Class<?> clazz)
This returns a DescriptorImpl based on the given class.static DescriptorImpl
BuilderHelper. deepCopyDescriptor(Descriptor copyMe)
Makes a deep copy of the incoming descriptorDescriptorImpl
ClassLoaderPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
DescriptorImpl
DuplicatePostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
Methods in org.glassfish.hk2.utilities with parameters of type DescriptorImpl Modifier and Type Method Description DescriptorImpl
ClassLoaderPostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
DescriptorImpl
DuplicatePostProcessor. process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl)
-
Uses of DescriptorImpl in org.jvnet.hk2.generator.internal
Methods in org.jvnet.hk2.generator.internal that return types with arguments of type DescriptorImpl Modifier and Type Method Description List<DescriptorImpl>
Utilities. createDescriptorIfService(InputStream is, List<File> searchHeres)
List<DescriptorImpl>
Utilities. findAllServicesFromDirectory(File directory, List<File> parent)
List<DescriptorImpl>
ClassVisitorImpl. getGeneratedDescriptor()
Gets the generated descriptor created by this visitorMethods in org.jvnet.hk2.generator.internal with parameters of type DescriptorImpl Modifier and Type Method Description int
DescriptorComparitor. compare(DescriptorImpl o1, DescriptorImpl o2)
-
Uses of DescriptorImpl in org.jvnet.hk2.internal
Subclasses of DescriptorImpl in org.jvnet.hk2.internal Modifier and Type Class Description class
AutoActiveDescriptor<T>
class
ConstantActiveDescriptor<T>
-