| Interface | Description |
|---|---|
| IntrospectionConfigurer |
Allows to replace the default bean introspector with a custom implementation.
|
| IntrospectionConfigurer.Of | |
| Introspector |
Resolves the accessors of a given type.
|
| IsIntrospectableResolver | |
| PropertyAccessExceptionHandler | |
| PropertyAccessExceptionHandlerResolver | |
| TypeInfoResolver |
| Class | Description |
|---|---|
| DefaultPropertyAccessExceptionHandler | |
| IntrospectionService | |
| PropertyAccessor | |
| StandardIntrospector |
Resolves the accessors of a given type by using the standard Java
Introspector. |
| Enum | Description |
|---|---|
| IntrospectionService.IntrospectionMode |
| Exception | Description |
|---|---|
| PropertyAccessException | |
| PropertyReadException | |
| PropertyWriteException |
| Annotation Type | Description |
|---|---|
| ObjectDiffEqualsOnlyType | |
| ObjectDiffProperty |
Annotation to be used on property getters in order to configure if and how they should be treated during
object comparison.
|