Uses of Class
com.tangosol.util.extractor.PofExtractor
Packages that use PofExtractor
-
Uses of PofExtractor in com.tangosol.util
Methods in com.tangosol.util that return PofExtractorModifier and TypeMethodDescriptionstatic <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> 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> Returns an extractor that extracts the value of the specified index(es) from a POF encoded@PortableType.