Uses of Class
org.glassfish.hk2.utilities.AbstractActiveDescriptor
-
-
Uses of AbstractActiveDescriptor in org.glassfish.hk2.extras.hk2bridge.internal
Subclasses of AbstractActiveDescriptor in org.glassfish.hk2.extras.hk2bridge.internal Modifier and Type Class Description class
CrossOverDescriptor<T>
-
Uses of AbstractActiveDescriptor in org.glassfish.hk2.extras.operation.internal
Subclasses of AbstractActiveDescriptor in org.glassfish.hk2.extras.operation.internal Modifier and Type Class Description class
OperationDescriptor<T extends java.lang.annotation.Annotation>
-
Uses of AbstractActiveDescriptor in org.glassfish.hk2.internal
Subclasses of AbstractActiveDescriptor in org.glassfish.hk2.internal Modifier and Type Class Description private static class
ActiveDescriptorBuilderImpl.BuiltActiveDescriptor<T>
class
ConstantActiveDescriptor<T>
Methods in org.glassfish.hk2.internal that return AbstractActiveDescriptor Modifier and Type Method Description <T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilderImpl. build()
<T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilderImpl. buildFactory()
Deprecated.<T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilderImpl. buildProvideMethod()
-
Uses of AbstractActiveDescriptor in org.glassfish.hk2.utilities
Subclasses of AbstractActiveDescriptor in org.glassfish.hk2.utilities Modifier and Type Class Description class
AliasDescriptor<T>
An active descriptor class that serves as an alias for another descriptor.Methods in org.glassfish.hk2.utilities that return AbstractActiveDescriptor Modifier and Type Method Description <T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilder. build()
Generates a descriptor that can be used in binding operations<T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilder. buildFactory()
Deprecated.Use buildProvideMethod instead<T> AbstractActiveDescriptor<T>
ActiveDescriptorBuilder. buildProvideMethod()
Generates a descriptor that can be used in binding operations that describes a factorys provide methodstatic <T> AbstractActiveDescriptor<T>
BuilderHelper. createConstantDescriptor(T constant)
This creates a descriptor that will always return the given object.static <T> AbstractActiveDescriptor<T>
BuilderHelper. createConstantDescriptor(T constant, java.lang.String name, java.lang.reflect.Type... contracts)
This creates a descriptor that will always return the given object. -
Uses of AbstractActiveDescriptor in org.jvnet.hk2.internal
Subclasses of AbstractActiveDescriptor in org.jvnet.hk2.internal Modifier and Type Class Description class
AutoActiveDescriptor<T>
class
ConstantActiveDescriptor<T>
-