Uses of Enum
org.glassfish.hk2.api.DescriptorType
Packages that use DescriptorType
Package
Description
-
Uses of DescriptorType in org.glassfish.hk2.api
Subclasses with type arguments of type DescriptorType in org.glassfish.hk2.apiMethods in org.glassfish.hk2.api that return DescriptorTypeModifier and TypeMethodDescriptionDescriptor.getDescriptorType()Returns CLASS if this is a class descriptor and FACTORY if this is a descriptor describing a factory for a type, in which case the implClass should point to the implementation class of the factorystatic DescriptorTypeReturns the enum constant of this type with the specified name.static DescriptorType[]DescriptorType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DescriptorType in org.glassfish.hk2.configuration.internal
Methods in org.glassfish.hk2.configuration.internal that return DescriptorType -
Uses of DescriptorType in org.glassfish.hk2.internal
Constructors in org.glassfish.hk2.internal with parameters of type DescriptorTypeModifierConstructorDescriptionprivateBuiltActiveDescriptor(Class<?> implementationClass, Set<Type> advertisedContracts, Annotation scopeAnnotation, Class<? extends Annotation> scope, String name, Set<Annotation> qualifiers, DescriptorType descriptorType, DescriptorVisibility descriptorVisibility, int ranking, Boolean proxy, Boolean proxyForSameScope, String classAnalysisName, Map<String, List<String>> metadata, HK2Loader loader, Type implementationType) -
Uses of DescriptorType in org.glassfish.hk2.utilities
Fields in org.glassfish.hk2.utilities declared as DescriptorTypeModifier and TypeFieldDescriptionprivate DescriptorTypeDescriptorImpl.descriptorTypeprivate final DescriptorTypeDuplicatePostProcessor.ImplOnlyKey.typeMethods in org.glassfish.hk2.utilities that return DescriptorTypeMethods in org.glassfish.hk2.utilities with parameters of type DescriptorTypeModifier and TypeMethodDescriptionvoidDescriptorImpl.setDescriptorType(DescriptorType descriptorType) Sets the descriptor typeConstructors in org.glassfish.hk2.utilities with parameters of type DescriptorTypeModifierConstructorDescriptionprotectedAbstractActiveDescriptor(Set<Type> advertisedContracts, Class<? extends Annotation> scope, String name, Set<Annotation> qualifiers, DescriptorType descriptorType, DescriptorVisibility descriptorVisibility, int ranking, Boolean proxy, Boolean proxyForSameScope, String analyzerName, Map<String, List<String>> metadata) This constructor must be called with the information about this descriptorDescriptorImpl(Set<String> contracts, String name, String scope, String implementation, Map<String, List<String>> metadatas, Set<String> qualifiers, DescriptorType descriptorType, DescriptorVisibility descriptorVisibility, HK2Loader loader, int rank, Boolean proxiable, Boolean proxyForSameScope, String analysisName, Long id, Long locatorId) This creates this descriptor impl, taking all of the fields as given -
Uses of DescriptorType in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return DescriptorTypeConstructors in org.jvnet.hk2.internal with parameters of type DescriptorTypeModifierConstructorDescriptionAutoActiveDescriptor(Class<?> clazz, Creator<T> creator, Set<Type> advertisedContracts, Class<? extends Annotation> scope, String name, Set<Annotation> qualifiers, DescriptorVisibility descriptorVisibility, int ranking, Boolean proxy, Boolean proxyForSameScope, String classAnalysisName, Map<String, List<String>> metadata, DescriptorType descriptorType, Type clazzType) Constructor with all relevant fields