Interface FormatConstraint
-
- All Known Subinterfaces:
DateConstraint,DatePicker,StringConstraint,TextInput
@ProviderType public interface FormatConstraint
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFormatConstraint.Format
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable java.lang.StringgetFormat()Returns the format of the form field as specified in the json schema specification(for example, date, binary etc)
-