Uses of Class
org.apache.juneau.commons.reflect.AccessibleInfo
Packages that use AccessibleInfo
Package
Description
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of AccessibleInfo in org.apache.juneau.commons.reflect
Subclasses of AccessibleInfo in org.apache.juneau.commons.reflectModifier and TypeClassDescriptionclassLightweight utility class for introspecting information about a Java constructor.classAbstract base class containing common functionality forConstructorInfoandMethodInfo.classLightweight utility class for introspecting information about a Java field.classLightweight utility class for introspecting information about a Java method.