| Interface | Description |
|---|---|
| FieldInitializer.ConstructorArgumentResolver |
Represents the strategy used to resolve actual instances
to be given to a constructor given the argument types.
|
| GenericMetadataSupport.BoundedType |
Type representing bounds of a type
|
| Class | Description |
|---|---|
| AccessibilityChanger | |
| BeanPropertySetter |
This utility class will call the setter of the property to inject a new value.
|
| Constructors | |
| FieldCopier | |
| FieldInitializationReport |
Report on field initialization
|
| FieldInitializer |
Initialize a field with type instance if a default constructor can be found.
|
| FieldReader | |
| Fields |
Small fluent reflection tools to work with fields.
|
| Fields.InstanceFields | |
| FieldSetter | |
| GenericMaster | |
| GenericMetadataSupport |
This class can retrieve generic meta-data that the compiler stores on classes
and accessible members.
|
| GenericMetadataSupport.TypeVarBoundedType |
Type representing bounds of a type variable, allows to keep all bounds information.
|
| GenericMetadataSupport.WildCardBoundedType |
Type representing bounds of a wildcard, allows to keep all bounds information.
|
| InstanceField |
Represents an accessible instance field.
|
| LenientCopyTool | |
| Whitebox |