Uses of Interface
org.glassfish.hk2.api.ClassAnalyzer
Packages that use ClassAnalyzer
-
Uses of ClassAnalyzer in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement ClassAnalyzerModifier and TypeClassDescriptionclassthis is the default implementation of the ClassAnalyzerFields in org.jvnet.hk2.internal with type parameters of type ClassAnalyzerModifier and TypeFieldDescriptionprivate final HashMap<String, ClassAnalyzer> ServiceLocatorImpl.classAnalyzersMethods in org.jvnet.hk2.internal that return ClassAnalyzerModifier and TypeMethodDescription(package private) ClassAnalyzerServiceLocatorImpl.getAnalyzer(String name, Collector collector) static ClassAnalyzerUtilities.getClassAnalyzer(ServiceLocatorImpl sli, String analyzerName, Collector errorCollector) Returns the class analyzer with the given nameMethods in org.jvnet.hk2.internal with parameters of type ClassAnalyzerModifier and TypeMethodDescriptionstatic <T> Constructor<T> Utilities.getConstructor(Class<T> implClass, ClassAnalyzer analyzer, Collector collector) Gets the constructor given the implClass and analyzer.Utilities.getInitFields(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the initializer fields from the given class and analyzer.Utilities.getInitMethods(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the initializer methods from the given class and analyzer.static MethodUtilities.getPostConstruct(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the post construct from the analyzer, checking outputstatic MethodUtilities.getPreDestroy(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the preDestroy from the analyzer, checking output