Uses of Class
org.jvnet.hk2.internal.Collector

Packages that use Collector
org.jvnet.hk2.internal   
 

Uses of Collector in org.jvnet.hk2.internal
 

Methods in org.jvnet.hk2.internal with parameters of type Collector
static void Utilities.checkFactoryType(Class<?> factoryClass, Collector collector)
          Checks to be sure the Factory class is ok
static Set<Field> Utilities.findInitializerFields(Class<?> annotatedType, ServiceLocatorImpl locator, Collector errorCollector)
          Will find all the initialize fields in the class
static Set<Method> Utilities.findInitializerMethods(Class<?> annotatedType, ServiceLocatorImpl locator, Collector errorCollector)
          Get all the initializer methods of the annotatedType.
static Method Utilities.findPostConstruct(Class<?> clazz, Collector collector)
          Finds the post construct method on this class
static Method Utilities.findPreDestroy(Class<?> clazz, Collector collector)
          Finds the pre destroy method on this class
static Constructor<?> Utilities.findProducerConstructor(Class<?> annotatedType, ServiceLocatorImpl locator, Collector collector)
          Validates the constructors of the annotated type and returns the producer for the annotatedType (if there is no valid producer constructor then this method returns null)
static Set<Annotation> Utilities.getAllQualifiers(AnnotatedElement annotatedGuy, String name, Collector collector)
          Returns the full set of qualifier annotations on this class
static String Utilities.getDefaultNameFromMethod(Method parent, Collector collector)
          Returns the default name if one can be found.
static Class<? extends Annotation> Utilities.getScopeAnnotationType(AnnotatedElement annotatedGuy, Descriptor defaultScope, Collector collector)
          Returns the scope of this thing
static Class<?> Utilities.loadClass(String loadMe, Descriptor fromMe, Collector collector)
          Loads the class using the loader from the given descriptor or the classloader of the utilities class otherwise
static void Utilities.validateSelfInjectees(ActiveDescriptor<?> givenDescriptor, List<Injectee> injectees, Collector collector)
          This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.