Interface | Description |
---|---|
FieldInitializer.ConstructorArgumentResolver |
Represents the strategy used to resolve actual instances
to be given to a constructor given the argument types.
|
Class | Description |
---|---|
AccessibilityChanger | |
BeanPropertySetter |
This utility class will call the setter of the property to inject a new value.
|
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 | |
InstanceField |
Represents an accessible instance field.
|
LenientCopyTool | |
Whitebox |