Class UnsupportedAttribute
- java.lang.Object
-
- com.floragunn.codova.validation.errors.ValidationError
-
- com.floragunn.codova.validation.errors.UnsupportedAttribute
-
- All Implemented Interfaces:
Document<ValidationError>
public class UnsupportedAttribute extends ValidationError
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttribute(String attribute, Object value, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>toBasicObject()-
Methods inherited from class com.floragunn.codova.validation.errors.ValidationError
cause, clone, docNode, expected, getAttribute, getCause, getDocNode, getExpected, getExpectedAsString, getMessage, message, parse, parseArray, setAttribute, toString, toValidationErrorsOverviewString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.floragunn.codova.documents.Document
meta, toBytes, toDeepBasicObject, toDocNode, toJsonString, toPrettyJsonString, toSmile, toString, toYamlString
-
-
-
-
Method Detail
-
toBasicObject
public Map<String,Object> toBasicObject()
- Specified by:
toBasicObjectin interfaceDocument<ValidationError>- Overrides:
toBasicObjectin classValidationError
-
-