| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Class and Description |
|---|
| ExternalClassLoader
A toolkit that can read and compile .java sourcefiles on the fly in runtime.
|
| ExternalClassLoader.CompileException
Parameterized exception used when Java's runtime compiler fails to compile a Java source file.
|
| 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). |
| FieldWrapper
A wrapper class that keeps a property (
Field) and its setter/getter method(s) in one place. |
| JReflect.LookupMode
Defines lookup modes for matching Java methods and constructors.
|
| ValueConverter.IncompatibleTypeException
This exception can be thrown in any of the conversion methods of
ValueConverter, to indicate a value could not be converted
into the target datatype. |
Copyright © 2018. All rights reserved.