Uses of Class
com.tangosol.util.extractor.ChainedFragmentExtractor
Packages that use ChainedFragmentExtractor
-
Uses of ChainedFragmentExtractor in com.tangosol.util
Methods in com.tangosol.util that return ChainedFragmentExtractorModifier and TypeMethodDescriptionstatic <T,
E> ChainedFragmentExtractor <T, E> Extractors.fragment
(ValueExtractor<? super T, E> from, ValueExtractor<? super E, ?>... aExtractors) Return aValueExtractor
that extracts a nestedFragment
from a property of the target object.