Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Interface ValueManipulator

All Known Implementing Classes:
CompositeUpdater, PropertyManipulator

public interface ValueManipulator

ValueManipulator represents a composition of ValueExtractor and ValueUpdater implementations.

Since:
Coherence 3.1
Author:
gg 2005.10.31

Method Summary
 ValueExtractor getExtractor()
          Retreive the underlying ValueExtractor reference.
 ValueUpdater getUpdater()
          Retreive the underlying ValueUpdater reference.

 

Method Detail

getExtractor

ValueExtractor getExtractor()
Retreive the underlying ValueExtractor reference.
Returns:
the ValueExtractor

getUpdater

ValueUpdater getUpdater()
Retreive the underlying ValueUpdater reference.
Returns:
the ValueUpdater

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.