| Package | Description | 
|---|---|
| com.tangosol.io.pof.reflect | 
 Contains classes related to POF stream navigation and manipulation. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| com.tangosol.util.extractor | 
 Contains  
ValueExtractor and
ValueUpdater related classes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPofPath
Abstract base class for static, path-based implementations of
  
PofNavigator interface. | 
class  | 
SimplePofPath
A static  
PofNavigator implementation which uses an array of integer
 indices to navigate the PofValue hierarchy. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T,E> ValueExtractor<T,E> | 
Extractors.fromPof(Class<E> cls,
       PofNavigator navigator)
Returns an extractor that extracts the value of the specified index(es)
 from a POF encoded binary value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PofNavigator | 
PofExtractor.getNavigator()
Obtain the POF navigator for this extractor. 
 | 
| Constructor and Description | 
|---|
PofExtractor(Class<E> clz,
            PofNavigator navigator)
Constructs a PofExtractor based on a POF navigator. 
 | 
PofExtractor(Class<E> clz,
            PofNavigator navigator,
            int nTarget)
Constructs a PofExtractor based on a POF navigator and the entry
 extraction target. 
 | 
PofExtractor(Class<E> clz,
            PofNavigator navigator,
            int nTarget,
            String sNameCanon)
Constructs a PofExtractor based on a POF navigator while providing
 its canonical name. 
 | 
PofExtractor(Class<E> clz,
            PofNavigator navigator,
            String sNameCanon)
Constructs a VALUE PofExtractor based on a POF navigator while providing
 its canonical name. 
 | 
PofUpdater(PofNavigator navigator)
Constructs a PofUpdater based on a POF navigator. 
 |