Uses of Class
org.glassfish.hk2.api.PerLookup
-
Packages that use PerLookup Package Description com.sun.enterprise.module.bootstrap org.glassfish.hk2.utilities org.jvnet.hk2.internal org.jvnet.hk2.metadata.tests -
-
Uses of PerLookup in com.sun.enterprise.module.bootstrap
Classes in com.sun.enterprise.module.bootstrap with annotations of type PerLookup Modifier and Type Class Description classContextDuplicatePostProcessorDeprecated.Use DuplicatePostProcessor instead -
Uses of PerLookup in org.glassfish.hk2.utilities
Classes in org.glassfish.hk2.utilities with annotations of type PerLookup Modifier and Type Class Description classDuplicatePostProcessorThis post-processor removes duplicate descriptors from the set of descriptors being added to the service registry.Fields in org.glassfish.hk2.utilities declared as PerLookup Modifier and Type Field Description private static PerLookupServiceLocatorUtilities. PER_LOOKUPMethods in org.glassfish.hk2.utilities that return PerLookup Modifier and Type Method Description static PerLookupServiceLocatorUtilities. getPerLookupAnnotation()Returns aPerLookupAnnotationimplementation -
Uses of PerLookup in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type PerLookup Modifier and Type Field Description private Context<PerLookup>ServiceLocatorImpl. perLookupContext -
Uses of PerLookup in org.jvnet.hk2.metadata.tests
Classes in org.jvnet.hk2.metadata.tests with annotations of type PerLookup Modifier and Type Class Description classFactoryWithVisibilityclassServiceWithDefaultNameThe class file for this must be copied into resources if this should changeclassServiceWithFalseProxyMethods in org.jvnet.hk2.metadata.tests with annotations of type PerLookup Modifier and Type Method Description ComplexImplComplexFactory. provide()java.lang.StringFactoryWithVisibility. provide()
-