Uses of Interface
org.jvnet.hk2.internal.Creator
-
Packages that use Creator Package Description org.jvnet.hk2.internal -
-
Uses of Creator in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement Creator Modifier and Type Class Description class
ClazzCreator<T>
class
FactoryCreator<T>
Constructors in org.jvnet.hk2.internal with parameters of type Creator Constructor Description AutoActiveDescriptor(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
-