接口 | 说明 |
---|---|
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 |
类 | 说明 |
---|---|
DefaultPropertyAccessExceptionHandler | |
IntrospectionService | |
PropertyAccessor | |
StandardIntrospector |
Resolves the accessors of a given type by using the standard Java
Introspector . |
枚举 | 说明 |
---|---|
IntrospectionService.IntrospectionMode |
异常错误 | 说明 |
---|---|
PropertyAccessException | |
PropertyReadException | |
PropertyWriteException |
注释类型 | 说明 |
---|---|
ObjectDiffEqualsOnlyType | |
ObjectDiffProperty |
Annotation to be used on property getters in order to configure if and how they should be treated during
object comparison.
|