Class FieldErrors

All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>, SequencedMap<String,List<String>>

public class FieldErrors extends LinkedHashMap<String,List<String>>
Represents the errors of a single field. Keys of the map: the name of the validator Values of the map: the error messages the validator generated
See Also:
  • Constructor Details

    • FieldErrors

      public FieldErrors()
    • FieldErrors

      public FieldErrors(FieldErrors fieldErrors)
  • Method Details