Class EntityErrors

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

public class EntityErrors extends LinkedHashMap<String,FieldErrors>
Represents the errors of a single entity. Keys of the map: the names of the fields which contain errors Values of the map: the errors of the fields
See Also:
  • Constructor Details

    • EntityErrors

      public EntityErrors()
    • EntityErrors

      public EntityErrors(EntityErrors entityErrors)
  • Method Details