Uses of Class
org.glassfish.hk2.utilities.DescriptorImpl
Packages that use DescriptorImpl
Package
Description
-
Uses of DescriptorImpl in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return DescriptorImplModifier and TypeMethodDescriptionPopulatorPostProcessor.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 DescriptorImplModifier and TypeMethodDescriptionPopulatorPostProcessor.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 DescriptorImplModifier and TypeMethodDescriptionHk2LoaderPopulatorPostProcessor.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 DescriptorImplModifier and TypeMethodDescriptionHk2LoaderPopulatorPostProcessor.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 -
Uses of DescriptorImpl in org.glassfish.hk2.extras.operation.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.extras.operation.internal -
Uses of DescriptorImpl in org.glassfish.hk2.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.internalMethods in org.glassfish.hk2.internal that return DescriptorImpl -
Uses of DescriptorImpl in org.glassfish.hk2.metadata.generator
Methods in org.glassfish.hk2.metadata.generator that return types with arguments of type DescriptorImplModifier and TypeMethodDescriptionstatic 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.utilitiesModifier and TypeClassDescriptionclassThis class can be used as a starting point for those writing their own ActiveDescriptor.classAn active descriptor class that serves as an alias for another descriptor.Methods in org.glassfish.hk2.utilities that return DescriptorImplModifier and TypeMethodDescriptionDescriptorBuilder.build()Generates a descriptor that can be used in binding operationsstatic DescriptorImplBuilderHelper.createDescriptorFromClass(Class<?> clazz) This returns a DescriptorImpl based on the given class.static DescriptorImplBuilderHelper.deepCopyDescriptor(Descriptor copyMe) Makes a deep copy of the incoming descriptorClassLoaderPostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) DuplicatePostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) Methods in org.glassfish.hk2.utilities with parameters of type DescriptorImplModifier and TypeMethodDescriptionClassLoaderPostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) DuplicatePostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) -
Uses of DescriptorImpl in org.jvnet.hk2.generator.internal
Classes in org.jvnet.hk2.generator.internal that implement interfaces with type arguments of type DescriptorImplModifier and TypeClassDescriptionclassThis is a comparator making things that don't really compare, compare.Methods in org.jvnet.hk2.generator.internal that return types with arguments of type DescriptorImplModifier and TypeMethodDescriptionUtilities.createDescriptorIfService(InputStream is, List<File> searchHeres) Utilities.findAllServicesFromDirectory(File directory, List<File> parent) ClassVisitorImpl.getGeneratedDescriptor()Gets the generated descriptor created by this visitorMethods in org.jvnet.hk2.generator.internal with parameters of type DescriptorImplModifier and TypeMethodDescriptionintDescriptorComparitor.compare(DescriptorImpl o1, DescriptorImpl o2) -
Uses of DescriptorImpl in org.jvnet.hk2.internal
Subclasses of DescriptorImpl in org.jvnet.hk2.internal