[Java] Interface FullBinding
- org.codehaus.groovy.binding.BindingUpdatable
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Closure |
getConverter() | |
Closure |
getReverseConverter() | |
SourceBinding |
getSourceBinding() | |
TargetBinding |
getTargetBinding() | |
Closure |
getValidator() | |
void |
setConverter(Closure converter) | |
void |
setReverseConverter(Closure reverseConverter) | |
void |
setSourceBinding(SourceBinding source) | |
void |
setTargetBinding(TargetBinding target) | |
void |
setValidator(Closure validator) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
interface BindingUpdatable | bind, rebind, reverseUpdate, unbind, update |
Method Detail
public Closure getConverter()
public Closure getReverseConverter()
public SourceBinding getSourceBinding()
public TargetBinding getTargetBinding()
public Closure getValidator()
public void setConverter(Closure converter)
public void setReverseConverter(Closure reverseConverter)
public void setSourceBinding(SourceBinding source)
public void setTargetBinding(TargetBinding target)
public void setValidator(Closure validator)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/binding/FullBinding.html