Package com.github.fge.jsonschema.core.util

Various utility classes

See:
          Description

Interface Summary
AsJson Interface implemented by classes having a JSON representation
 

Class Summary
ArgumentChecker<T> An argument checker
Dictionary<T> A dictionary
DictionaryBuilder<T> A dictionary builder
Registry<K,V> A registry builder with key/value/pair normalization and checking
RhinoHelper ECMA 262 validation helper.
URIUtils Utility class for URI normalization
ValueHolder<T> A wrapper over an arbitrary type to be used by processors
 

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

Various utility classes

RhinoHelper is in charge of all regex validation: as the standard dictates ECMA 262 regexes, using java.util.regex is out of the question. See this class' description for more details.

There are other, various utility interfaces used elsewhere in the code.