public final class LogMapperBuilderErrorHandler extends Object implements MapperBuilderErrorHandler
NULL| Constructor and Description |
|---|
LogMapperBuilderErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
accessorNotFound(String msg) |
void |
customFieldError(FieldKey<?> key,
String message) |
void |
propertyNotFound(Type target,
String property) |
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.