org.sfm.map
public class IgnoreMapperBuilderErrorHandler extends Object implements MapperBuilderErrorHandler
NULL| Constructor and Description |
|---|
IgnoreMapperBuilderErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
customFieldError(FieldKey<?> key,
String message) |
void |
getterNotFound(String msg) |
void |
propertyNotFound(Type target,
String property) |
public void getterNotFound(String msg)
getterNotFound in interface MapperBuilderErrorHandlerpublic void propertyNotFound(Type target, String property)
propertyNotFound in interface MapperBuilderErrorHandlerpublic void customFieldError(FieldKey<?> key, String message)
customFieldError in interface MapperBuilderErrorHandlerCopyright © 2015. All rights reserved.