public class IgnoreMapperBuilderErrorHandler extends Object implements MapperBuilderErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static IgnoreMapperBuilderErrorHandler |
INSTANCE |
NULL| Modifier and Type | Method and Description |
|---|---|
void |
accessorNotFound(String msg)
called when sfm could not find a accessor
|
void |
customFieldError(FieldKey<?> key,
String message) |
void |
propertyNotFound(Type target,
String property)
called when the property could not be found on the target type.
|
public static final IgnoreMapperBuilderErrorHandler INSTANCE
public void accessorNotFound(String msg)
MapperBuilderErrorHandleraccessorNotFound in interface MapperBuilderErrorHandlermsg - the message describing the issuepublic void propertyNotFound(Type target, String property)
MapperBuilderErrorHandlerpropertyNotFound in interface MapperBuilderErrorHandlertarget - the target typeproperty - the property namepublic void customFieldError(FieldKey<?> key, String message)
customFieldError in interface MapperBuilderErrorHandlerCopyright © 2020. All rights reserved.