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.
|
GenericTypeExtractor |
Attempts to extract generic type of given target base class or target interface
|
InstanceField |
Represents an accessible instance field.
|
LenientCopyTool | |
SuperTypesLastSorter |
Sort fields in an order suitable for injection, by name with superclasses
moved after their subclasses.
|
Whitebox |