| Class | Description |
|---|---|
| ExternalClassLoader |
A toolkit that can read and compile .java sourcefiles on the fly in runtime.
|
| FieldUtils |
A
Field shorthand utility class mainly used to collect fields from classes meeting certain restrictions/requirements. |
| FieldWrapper |
A wrapper class that keeps a property (
Field) and its setter/getter method(s) in one place. |
| JReflect |
This class utilizes functionality of the Java class
java.lang.reflect. |
| Enum | Description |
|---|---|
| FieldUtils.BeanRestriction |
Indicates whether a field needs a Bean setter or getter, exactly none or any combination thereof.
|
| FieldUtils.Visibility |
Determines what visibility modifiers a field is allowed to have in
FieldUtils.collectFields(Class, Class, EnumSet, EnumSet). |
| JReflect.LookupMode |
Defines lookup modes for matching Java methods and constructors.
|
| Exception | Description |
|---|---|
| ExternalClassLoader.CompileException |
Parameterized exception used when Java's runtime compiler fails to compile a Java source file.
|
Copyright © 2018. All rights reserved.