CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

Package com.tangosol.util.extractor

Contains ValueExtractor and ValueUpdater related classes.

See:
          Description

Class Summary
AbstractCompositeExtractor Abstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.
AbstractExtractor Abstract base for ValueExtractor implementations.
ChainedExtractor Composite ValueExtractor implementation based on an array of extractors.
CompositeUpdater A ValueManipulator implementation based on an extractor-updater pair.
IdentityExtractor Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.
KeyExtractor The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values.
MultiExtractor Composite ValueExtractor implementation based on an array of extractors.
ReflectionExtractor Reflection-based ValueExtractor implementation.
ReflectionUpdater Reflection-based ValueUpdater implementation.
 

Package com.tangosol.util.extractor Description

Contains ValueExtractor and ValueUpdater related classes.


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation