Package com.github.erosb.jsonsKema
Class DependentSchemasValidationFailure
-
- All Implemented Interfaces:
public final class DependentSchemasValidationFailure extends ValidationFailure
-
-
Field Summary
Fields Modifier and Type Field Description private final DependentSchemasSchemaschemaprivate final IJsonValueinstanceprivate final Map<String, ValidationFailure>causesByPropertyprivate final Stringmessageprivate final Keywordkeywordprivate final Set<ValidationFailure>causes
-
Constructor Summary
Constructors Constructor Description DependentSchemasValidationFailure(DependentSchemasSchema schema, IJsonValue instance, Map<String, ValidationFailure> causesByProperty)
-
Method Summary
Modifier and Type Method Description DependentSchemasSchemagetSchema()IJsonValuegetInstance()final Map<String, ValidationFailure>getCausesByProperty()-
-
Constructor Detail
-
DependentSchemasValidationFailure
DependentSchemasValidationFailure(DependentSchemasSchema schema, IJsonValue instance, Map<String, ValidationFailure> causesByProperty)
-
-
Method Detail
-
getSchema
DependentSchemasSchema getSchema()
-
getInstance
IJsonValue getInstance()
-
getCausesByProperty
final Map<String, ValidationFailure> getCausesByProperty()
-
-
-
-