Package org.eel.kitchen.util

Various utility packages

See:
          Description

Class Summary
CollectionUtils Utilities to provide simple generics equivalents to some of Apache's commons-collection package (which still doesn't use generics as of 2011!)
JsonLoader Utility class to load JSON documents (schemas or instance) from various sources as JsonNodes.
JsonPointer Implementation of IETF JSON Pointer draft, version 1
RhinoHelper ECMA 262 validation helper.
 

Enum Summary
NodeType Enumeration for the different types of JSON instances which can be encountered.
 

Package org.eel.kitchen.util Description

Various utility packages

The one you will use the most often here is JsonLoader: it contains various methods to load JSON content (as JsonNode instances), which means schemas and instances to validate.

You may want to have a look at RhinoHelper, which 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.

All classes in this package are important, in fact. But they are here since they don't really fit anywhere else :)



Copyright © 2012. All Rights Reserved.