Package io.dialob.api.form
Interface FormValidationError
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableFormValidationError
@Immutable @TypeAdapters public interface FormValidationError extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFormValidationError.Levelstatic classFormValidationError.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Optional<Integer>getEndIndex()Optional<String>getExpression()Optional<Integer>getIndex()StringgetItemId()default FormValidationError.LevelgetLevel()StringgetMessage()Optional<Integer>getStartIndex()FormValidationError.TypegetType()
-
-
-
Method Detail
-
getItemId
String getItemId()
-
getMessage
String getMessage()
-
getLevel
@Default default FormValidationError.Level getLevel()
-
getType
FormValidationError.Type getType()
-
-