| Package | Description |
|---|---|
| com.github.fge.jsonschema.format |
Format attribute base classes
|
| com.github.fge.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| com.github.fge.jsonschema.report |
Validation reports and messages
|
| com.github.fge.jsonschema.syntax |
Schema syntax validation package
|
| Modifier and Type | Method and Description |
|---|---|
protected static Message.Builder |
FormatAttribute.newMsg(String fmt) |
| Modifier and Type | Method and Description |
|---|---|
protected Message.Builder |
KeywordValidator.newMsg()
Create a new validation message template
|
| Modifier and Type | Method and Description |
|---|---|
<T> Message.Builder |
Message.Builder.addInfo(String key,
Collection<T> values)
Add further information to the message as a
Collection of
objects of an arbitrary type |
Message.Builder |
Message.Builder.addInfo(String key,
int value)
Add further information to the message as an integer
|
Message.Builder |
Message.Builder.addInfo(String key,
JsonNode value)
Add further information to the message as a
JsonNode |
<T> Message.Builder |
Message.Builder.addInfo(String key,
T value)
Add further information to the message for an arbitrary type
|
Message.Builder |
Message.Builder.clearInfo()
Clear all supplementary information
|
Message.Builder |
Domain.newMessage()
Create a
Message.Builder for this validation domain |
Message.Builder |
Message.Builder.setFatal(boolean fatal)
Should this error message be marked as fatal?
|
Message.Builder |
Message.Builder.setKeyword(String keyword)
Set the keyword associated with this message
|
Message.Builder |
Message.Builder.setMessage(String message)
Set the error message
|
| Modifier and Type | Method and Description |
|---|---|
protected Message.Builder |
AbstractSyntaxChecker.newMsg() |
Copyright © 2013. All Rights Reserved.