public abstract class AbstractFullBinding
Modifiers | Name | Description |
---|---|---|
protected Closure |
converter |
|
protected Closure |
reverseConverter |
|
protected SourceBinding |
sourceBinding |
|
protected TargetBinding |
targetBinding |
|
protected Closure |
validator |
Type Params | Return Type | Name and description |
---|---|---|
|
Closure |
getConverter() |
|
Closure |
getReverseConverter() |
|
SourceBinding |
getSourceBinding() |
|
TargetBinding |
getTargetBinding() |
|
Closure |
getValidator() |
|
void |
reverseUpdate() |
|
void |
setConverter(Closure converter) |
|
void |
setReverseConverter(Closure reverseConverter) |
|
void |
setSourceBinding(SourceBinding sourceBinding) |
|
void |
setTargetBinding(TargetBinding targetBinding) |
|
void |
setValidator(Closure validator) |
|
void |
update() |