public final class ContentEncodingSyntaxChecker extends AbstractSyntaxChecker
contentEncoding hyperschema keyword
Draft v3 refers to RFC 2045, section 6.1. Unfortunately, this leaves quite some room for interpretation for what is called an "ietf-token".
We choose to not include such tokens here. We stick with the already
defined types and the x-token definitions.
keyword| Modifier and Type | Method and Description |
|---|---|
void |
checkValue(SyntaxValidator validator,
List<Message> messages,
JsonNode schema) |
static SyntaxChecker |
getInstance() |
checkSyntax, newMsgpublic static SyntaxChecker getInstance()
public void checkValue(SyntaxValidator validator, List<Message> messages, JsonNode schema)
checkValue in class AbstractSyntaxCheckerCopyright © 2013. All Rights Reserved.