Package com.github.fge.jsonschema.walk

Schema walker, listener and processor

See: Description

Package com.github.fge.jsonschema.walk Description

Schema walker, listener and processor

Using classes in this package, you can create a SchemaListener instance, attach it to a SchemaWalker and generate a custom product out of this listening process.

You can also use a walker as a processor, namely SchemaWalkerProcessor, in which case you must provide both a SchemaWalkerProvider and a SchemaListenerProvider. A new walker and listener will be created for each call to .process(), and the product of the listener will be returned wrappted into a ValueHolder.

Copyright © 2013. All Rights Reserved.