Uses of Class
org.glassfish.gmbal.typelib.EvaluatedClassAnalyzer
Packages that use EvaluatedClassAnalyzer
-
Uses of EvaluatedClassAnalyzer in org.glassfish.gmbal.impl
Methods in org.glassfish.gmbal.impl that return types with arguments of type EvaluatedClassAnalyzerModifier and TypeMethodDescriptionManagedObjectManagerImpl.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass) ManagedObjectManagerInternal.getClassAnalyzer(EvaluatedClassDeclaration cls, Class<? extends Annotation> annotationClass) Find the superclass or superinterface of cls (which may be cls itself) that has the given annotationClass as an annotation.Methods in org.glassfish.gmbal.impl with parameters of type EvaluatedClassAnalyzerModifier and TypeMethodDescriptionManagedObjectManagerImpl.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) ManagedObjectManagerInternal.getAttributes(EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal.AttributeDescriptorType adt) ManagedObjectManagerImpl.getInheritedAttributes(EvaluatedClassAnalyzer ca) ManagedObjectManagerInternal.getInheritedAttributes(EvaluatedClassAnalyzer ca) Get the inherited attributes from the EvaluatedClassAnalyzer.Constructors in org.glassfish.gmbal.impl with parameters of type EvaluatedClassAnalyzerModifierConstructorDescriptionMBeanSkeleton(EvaluatedClassDeclaration annotatedClass, EvaluatedClassAnalyzer ca, ManagedObjectManagerInternal mom)