Interface FormFieldDirectives.FieldDef<T>

  • Enclosing interface:
    FormFieldDirectives

    public static interface FormFieldDirectives.FieldDef<T>
    Deprecated.
    Use new `formFields` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.
    • Method Detail

      • apply

        Directive<java.lang.Object> apply​(T value)
        Deprecated.