Package org.apache.juneau.reflect
package org.apache.juneau.reflect
Reflection API
-
ClassDescriptionAnnotationInfo<T extends Annotation>Represents an annotation instance on a class and the class it was found on.An ordered list of annotations and the classes/methods/packages they were found on.Lightweight utility class for introspecting information about a class.Lightweight utility class for introspecting information about a constructor.Contains common methods between
ConstructorInfo
andMethodInfo
.Lightweight utility class for introspecting information about a field.Lightweight utility class for introspecting information about a method.Mutater<I,O> An interface for creating objects from other objects such as aString orReader .Cache of object that convert POJOs to and from common types such as strings, readers, and input streams.Lightweight utility class for introspecting information about a method parameter.Identifies possible modifiers on classes, methods, fields, and constructors.