-
public interface FieldHandler
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
acceptsType(KType type)
Returns true if this converter accepts type, false otherwise abstract FieldHandlerExecution<?>
getExecution()
Execution to handle conversion. -
-
Method Detail
-
acceptsType
abstract Boolean acceptsType(KType type)
Returns true if this converter accepts type, false otherwise
-
getExecution
abstract FieldHandlerExecution<?> getExecution()
Execution to handle conversion. Should not throw if acceptsType returns true
-
-
-
-