Package grails.databinding
Interface TypedStructuredBindingEditor<T>
-
- All Superinterfaces:
BindingHelper<T>,StructuredBindingEditor<T>
public interface TypedStructuredBindingEditor<T> extends StructuredBindingEditor<T>
- Since:
- 3.0
- See Also:
StructuredBindingEditor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getTargetType()-
Methods inherited from interface grails.databinding.StructuredBindingEditor
getPropertyValue
-
-
-
-
Method Detail
-
getTargetType
java.lang.Class<T> getTargetType()
- Returns:
- the type that this editor is used for binding to
-
-