Class ValidatingDecoder

All Implemented Interfaces:
Parser.ActionHandler, SkipParser.SkipHandler
Direct Known Subclasses:
ResolvingDecoder

public class ValidatingDecoder extends ParsingDecoder implements Parser.ActionHandler
An implementation of Decoder that ensures that the sequence of operations conforms to a schema.

Use DecoderFactory.validatingDecoder(Schema, Decoder) to construct and configure.

ValidatingDecoder is not thread-safe.

See Also: