Uses of Interface
com.tangosol.util.ValueManipulator
-
Packages that use ValueManipulator Package Description com.tangosol.coherence.rest.util Contains packages and classes related to the Coherence REST API utilities.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
-
Uses of ValueManipulator in com.tangosol.coherence.rest.util
Classes in com.tangosol.coherence.rest.util that implement ValueManipulator Modifier and Type Class Description class
MvelManipulator
MVEL-based ValueManipulator implementation. -
Uses of ValueManipulator in com.tangosol.util.extractor
Classes in com.tangosol.util.extractor that implement ValueManipulator Modifier and Type Class Description class
CompositeUpdater
A ValueUpdater implementation based on an extractor-updater pair that could also be used as a ValueManipulator. -
Uses of ValueManipulator in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement ValueManipulator Modifier and Type Class Description class
PropertyManipulator<V,R>
PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.Fields in com.tangosol.util.processor declared as ValueManipulator Modifier and Type Field Description protected ValueManipulator<V,R>
PropertyProcessor. m_manipulator
The property value manipulator.Constructors in com.tangosol.util.processor with parameters of type ValueManipulator Constructor Description NumberIncrementor(ValueManipulator manipulator, N numInc, boolean fPostIncrement)
Construct an NumberIncrementor processor that will increment a property value by a specified amount, returning either the old or the new value as specified.NumberMultiplier(ValueManipulator<V,N> manipulator, N numFactor, boolean fPostFactor)
Construct an NumberMultiplier processor that will multiply a property value by a specified factor, returning either the old or the new value as specified.PropertyProcessor(ValueManipulator<V,R> manipulator)
Construct a PropertyProcessor based for the specified ValueManipulator.
-