Package com.github.erosb.jsonsKema
Class MaxLengthValidationFailure
-
- All Implemented Interfaces:
public final class MaxLengthValidationFailure extends ValidationFailure
-
-
Field Summary
Fields Modifier and Type Field Description private final MaxLengthSchemaschemaprivate final IJsonStringinstanceprivate final Stringmessageprivate final Keywordkeywordprivate final Set<ValidationFailure>causes
-
Constructor Summary
Constructors Constructor Description MaxLengthValidationFailure(MaxLengthSchema schema, IJsonString instance)
-
Method Summary
Modifier and Type Method Description MaxLengthSchemagetSchema()IJsonStringgetInstance()-
-
Constructor Detail
-
MaxLengthValidationFailure
MaxLengthValidationFailure(MaxLengthSchema schema, IJsonString instance)
-
-
Method Detail
-
getSchema
MaxLengthSchema getSchema()
-
getInstance
IJsonString getInstance()
-
-
-
-