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 TypeClassDescriptionclass
this 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.classAnalyzers
Methods in org.jvnet.hk2.internal that return ClassAnalyzerModifier and TypeMethodDescription(package private) ClassAnalyzer
ServiceLocatorImpl.getAnalyzer
(String name, Collector collector) static ClassAnalyzer
Utilities.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 Method
Utilities.getPostConstruct
(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the post construct from the analyzer, checking outputstatic Method
Utilities.getPreDestroy
(Class<?> implClass, ClassAnalyzer analyzer, Collector collector) Gets the preDestroy from the analyzer, checking output