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.internalModifier and TypeClassDescriptionprivate static classclassMethods in org.glassfish.hk2.internal that return DescriptorImpl -
Uses of DescriptorImpl in org.glassfish.hk2.metadata.generator
Classes in org.glassfish.hk2.metadata.generator that implement interfaces with type arguments of type DescriptorImplModifier and TypeClassDescriptionprivate static classThis is a comparator making things that don't really compare, compare.Fields in org.glassfish.hk2.metadata.generator with type parameters of type DescriptorImplModifier and TypeFieldDescriptionprivate final TreeSet<DescriptorImpl> ServiceProcessor.allDescriptorsMethods in org.glassfish.hk2.metadata.generator that return types with arguments of type DescriptorImplModifier and TypeMethodDescriptionprivate static List<DescriptorImpl> ServiceUtilities.getDescriptorFromFactoryClass(TypeElement clazz, Set<String> contracts, ProcessingEnvironment processingEnvironment) 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.Methods in org.glassfish.hk2.metadata.generator with parameters of type DescriptorImplModifier and TypeMethodDescriptionintServiceProcessor.DescriptorComparitor.compare(DescriptorImpl o1, DescriptorImpl o2) private static voidServiceUtilities.generateFromClass(DescriptorImpl retVal, Element clazz, Set<String> contracts, ProcessingEnvironment processingEnvironment) -
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.Fields in org.glassfish.hk2.utilities with type parameters of type DescriptorImplModifier and TypeFieldDescriptionprivate final HashSet<DescriptorImpl> DuplicatePostProcessor.strictDupSetMethods 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 descriptorprivate DescriptorImplDuplicatePostProcessor.implementationOnly(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) ClassLoaderPostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) DuplicatePostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) private DescriptorImplDuplicatePostProcessor.strict(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) Methods in org.glassfish.hk2.utilities with parameters of type DescriptorImplModifier and TypeMethodDescriptionprivate DescriptorImplDuplicatePostProcessor.implementationOnly(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) ClassLoaderPostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) DuplicatePostProcessor.process(ServiceLocator serviceLocator, DescriptorImpl descriptorImpl) private DescriptorImplDuplicatePostProcessor.strict(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.Fields in org.jvnet.hk2.generator.internal declared as DescriptorImplModifier and TypeFieldDescriptionprivate final DescriptorImplClassVisitorImpl.MethodVisitorImpl.asAFactoryDIprivate final DescriptorImplClassVisitorImpl.MethodUseProxyAnnotationVisitor.descprivate final DescriptorImplClassVisitorImpl.MethodVisibilityAnnotationVisitor.descprivate final DescriptorImplClassVisitorImpl.MethodRankAnnotationVisitor.diFields in org.jvnet.hk2.generator.internal with type parameters of type DescriptorImplModifier and TypeFieldDescriptionprivate final LinkedList<DescriptorImpl> ClassVisitorImpl.generatedDescriptorsMethods 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) private List<DescriptorImpl> GeneratorRunner.findAllServicesFromJar(File jar) 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) Method parameters in org.jvnet.hk2.generator.internal with type arguments of type DescriptorImplModifier and TypeMethodDescriptionprivate FileGeneratorRunner.writeInhabitantsFile(List<DescriptorImpl> descriptors, File noSwapFile, File outDir) private voidGeneratorRunner.writeToDirectory(List<DescriptorImpl> allDescriptors) private voidGeneratorRunner.writeToJar(File jarFile, List<DescriptorImpl> descriptors) private voidGeneratorRunner.writeToJarNoSwap(File jarFile, List<DescriptorImpl> descriptors) Constructors in org.jvnet.hk2.generator.internal with parameters of type DescriptorImplModifierConstructorDescriptionprivateprivateprivateprivateMethodVisitorImpl(DescriptorImpl asAFactoryDI) -
Uses of DescriptorImpl in org.jvnet.hk2.internal
Subclasses of DescriptorImpl in org.jvnet.hk2.internal