Uses of Class
org.glassfish.hk2.utilities.DescriptorImpl
Packages that use DescriptorImpl
-
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.internal
Subclasses of DescriptorImpl in org.glassfish.hk2.internalMethods in org.glassfish.hk2.internal that return DescriptorImpl -
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)