Uses of Interface
com.tangosol.io.pof.reflect.PofNavigator
Package
Description
Contains classes related to POF stream navigation and manipulation.
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of PofNavigator in com.tangosol.io.pof.reflect
Modifier and TypeClassDescriptionclass
Abstract base class for static, path-based implementations ofPofNavigator
interface.class
A staticPofNavigator
implementation which uses an array of integer indices to navigate the PofValue hierarchy.Modifier and TypeMethodDescriptionstatic PofNavigator
PofReflectionHelper.getPofNavigator
(Class clazz, String fieldPath) Obtain thePofNavigator
to use to navigate to the specified field in a class.PofReflectionHelper.NavigatorAndType.getPofNavigator()
-
Uses of PofNavigator in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <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. -
Uses of PofNavigator in com.tangosol.util.extractor
Modifier and TypeMethodDescriptionPofExtractor.getNavigator()
Obtain the POF navigator for this extractor.ModifierConstructorDescriptionPofExtractor
(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.