MapperBuilderErrorHandlerpublic final class RethrowMapperBuilderErrorHandler extends Object implements MapperBuilderErrorHandler
| Modifier and Type | Field | Description |
|---|---|---|
static RethrowMapperBuilderErrorHandler |
INSTANCE |
NULL| Modifier and Type | Method | Description |
|---|---|---|
void |
accessorNotFound(String msg) |
|
void |
customFieldError(FieldKey<?> key,
String message) |
|
void |
propertyNotFound(Type target,
String property) |
public static RethrowMapperBuilderErrorHandler INSTANCE
public void accessorNotFound(String msg)
accessorNotFound in interface MapperBuilderErrorHandlerpublic void propertyNotFound(Type target, String property)
propertyNotFound in interface MapperBuilderErrorHandlerpublic void customFieldError(FieldKey<?> key, String message)
customFieldError in interface MapperBuilderErrorHandlerCopyright © 2018. All rights reserved.