| Interface | Description |
|---|---|
| ClassIntrospector |
Default class
ClassIntrospector simply delegates method calls for
more convenient usage. |
| Getter |
Unified getter property interface for both methods and fields.
|
| MapperFunction<IN,OUT> |
Mapper function allows object to be converted before actually used - usually before injected using
BeanUtil. |
| Setter |
Unified setter property interface for both methods and fields.
|
| Class | Description |
|---|---|
| CachingIntrospector |
Default
introspector that caches all class descriptors. |
| ClassDescriptor |
A descriptor class for all methods/fields/properties/constructors of a class.
|
| ClassIntrospector.Implementation | |
| CtorDescriptor |
Constructor descriptor.
|
| Ctors |
Constructors collection.
|
| Descriptor |
Common descriptor stuff.
|
| FieldDescriptor |
Field descriptor.
|
| Fields |
Collection of
field descriptors. |
| MapperFunctionInstances |
Simple cache of
MapperFunction instances. |
| MethodDescriptor |
Method descriptor.
|
| MethodParamDescriptor |
Method parameter descriptor.
|
| Methods |
Methods collection.
|
| Properties |
Bean properties collection.
|
| PropertyDescriptor |
Property descriptor.
|
| Annotation Type | Description |
|---|---|
| Mapper |
Value or type mapper.
|
Copyright © 2003-present Jodd Team