Class AbstractPofPath

java.lang.Object
com.tangosol.util.Base
com.tangosol.io.pof.reflect.AbstractPofPath
All Implemented Interfaces:
ExternalizableLite, PortableObject, PofNavigator, Serializable
Direct Known Subclasses:
SimplePofPath

public abstract class AbstractPofPath extends Base implements PofNavigator, PortableObject, ExternalizableLite
Abstract base class for static, path-based implementations of PofNavigator interface.
Since:
Coherence 3.5
Author:
as 2009.02.14
See Also:
  • Constructor Details

    • AbstractPofPath

      public AbstractPofPath()
  • Method Details

    • getPathElements

      protected abstract int[] getPathElements()
      Return a collection of path elements.
      Returns:
      a collection of path elements