Class | Description |
---|---|
ComparatorBuilder |
Comparator builder that provides a small set of builder methods to
simplify creation of a chain of
ExtractorComparator s from given
ValueExtractor s. |
ComparatorHelper |
ComparatorHelper is a utility class that provides a factory method used to
create a java.util.Comparator instance from a string expression.
|
JsonMap |
A simple wrapper around
LiteMap that preserves the order of elements
and adds support for POF serialization without fidelity loss in order to
support JSON pass-through. |
JsonMap.Serializer |
POF serializer for JsonMap.
|
MvelManipulator |
MVEL-based ValueManipulator implementation.
|
PartialObject |
Base class for dynamically generated partial classes.
|
PartialObject.PartialClassLoader |
Class loader implementation that is used to define and load partial
classes.
|
PropertySet<T> |
Represents a set of named properties and allows the extraction of those
properties from a target object.
|
PropertySpec |
Specification for a single property.
|
RestHelper |
A collection of utility methods used by Coherence REST.
|
StaticContent |
A simple representation of static content, which is used as a pass-through
storage format for content other than JSON.
|