Uses of Class
com.tangosol.util.extractor.PofExtractor

Packages that use PofExtractor
Package
Description
Contains various generic utilities.
  • Uses of PofExtractor in com.tangosol.util

    Methods in com.tangosol.util that return PofExtractor
    Modifier and Type
    Method
    Description
    static <T> PofExtractor<T,?>
    Extractors.fromPof(int... indexes)
    Returns an extractor that extracts the value of the specified index(es) from a POF encoded binary value.
    static <T, E> PofExtractor<T,E>
    Extractors.fromPof(Class<E> cls, int... indexes)
    Returns an extractor that extracts the value of the specified index(es) from a POF encoded binary value.
    static <T, E> PofExtractor<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.
    static <T, E> PofExtractor<T,E>
    Extractors.fromPof(Class<T> clsFrom, String sPath)
    Returns an extractor that extracts the value of the specified index(es) from a POF encoded @PortableType.