public interface MapperBuilderErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static MapperBuilderErrorHandler |
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.
|
static final MapperBuilderErrorHandler NULL
void accessorNotFound(String msg)
msg - the message describing the issuevoid propertyNotFound(Type target, String property)
target - the target typeproperty - the property nameCopyright © 2020. All rights reserved.