Interface FullBinding

All Superinterfaces:
BindingUpdatable
All Known Implementing Classes:
AbstractFullBinding, MutualPropertyBinding, PropertyPathFullBinding

@Deprecated
public interface FullBinding
extends BindingUpdatable
Deprecated.
Since:
Groovy 1.1
  • Method Details

    • getSourceBinding

      SourceBinding getSourceBinding()
      Deprecated.
    • getTargetBinding

      TargetBinding getTargetBinding()
      Deprecated.
    • setSourceBinding

      void setSourceBinding​(SourceBinding source)
      Deprecated.
    • setTargetBinding

      void setTargetBinding​(TargetBinding target)
      Deprecated.
    • setValidator

      void setValidator​(groovy.lang.Closure validator)
      Deprecated.
    • getValidator

      groovy.lang.Closure getValidator()
      Deprecated.
    • setConverter

      void setConverter​(groovy.lang.Closure converter)
      Deprecated.
    • getConverter

      groovy.lang.Closure getConverter()
      Deprecated.
    • setReverseConverter

      void setReverseConverter​(groovy.lang.Closure reverseConverter)
      Deprecated.
    • getReverseConverter

      groovy.lang.Closure getReverseConverter()
      Deprecated.