| Class | Description |
|---|---|
| AnnotationInfo<T extends Annotation> |
Represents an annotation instance on a class and the class it was found on.
|
| AnnotationList |
An ordered list of annotations and the classes/methods/packages they were found on.
|
| ClassInfo |
Lightweight utility class for introspecting information about a class.
|
| ConfigAnnotationFilter |
Filter used to accept only annotations that themselves have the
PropertyStoreApply annotation. |
| ConstructorInfo |
Lightweight utility class for introspecting information about a constructor.
|
| ExecutableInfo |
Contains common methods between
ConstructorInfo and MethodInfo. |
| FieldInfo |
Lightweight utility class for introspecting information about a field.
|
| MethodInfo |
Lightweight utility class for introspecting information about a method.
|
| Mutater<I,O> |
An interface for creating objects from other objects such as a
|
| Mutaters |
Cache of object that convert POJOs to and from common types such as strings, readers, and input streams.
|
| ParamInfo |
Lightweight utility class for introspecting information about a method parameter.
|
| Enum | Description |
|---|---|
| ReflectFlags |
Identifies possible modifiers on classes, methods, fields, and constructors.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.