Skip navigation links

Package com.github.fge.jsonschema.core.processing

Core processing interface and building utility classes

See: Description

Package com.github.fge.jsonschema.core.processing Description

Core processing interface and building utility classes

The Processor interface is the reason this whole library was created in the first place. While its name has "json-schema" in it, the infrastructure provided by this package can be used for totally different purposes.

Apart from the core interface itself, there are also helpers for caching results and combining processors together to create your own, customized processing chains.

Skip navigation links