| Interface | Description |
|---|---|
| AsJson |
Interface implemented by classes having a JSON representation
|
| Class | Description |
|---|---|
| RhinoHelper |
ECMA 262 validation helper.
|
| ValueHolder<T> |
A wrapper over an arbitrary type to be used by processors
|
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.
Copyright © 2013. All Rights Reserved.