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(Message.Builder msg,
List<Message> messages,
JsonNode schema) |
static SyntaxChecker |
getInstance() |
checkSyntaxpublic static SyntaxChecker getInstance()
public void checkValue(Message.Builder msg, List<Message> messages, JsonNode schema)
checkValue in class AbstractSyntaxCheckerCopyright © 2013. All Rights Reserved.