T - input value typepublic interface MappingInput<T> extends DSLBuilder
| Modifier and Type | Method and Description |
|---|---|
T |
read(FieldModel inModel,
Context context)
Reads the input value
|
boolean |
validate(FieldModel inModel)
Verifies the input for given in model
|
T read(FieldModel inModel, Context context)
inModel - modelcontext - contextboolean validate(FieldModel inModel)
inModel - in model