Uses of Interface
com.hazelcast.query.extractor.ValueCollector
Package
Description
Contains classes related to custom attributes and the extraction of their values.
-
Uses of ValueCollector in com.hazelcast.query.extractor
Modifier and TypeMethodDescriptionvoid
ValueExtractor.extract
(T target, A argument, ValueCollector<Object> collector) Extracts a value from the given target object.<T> void
ValueReader.read
(String path, ValueCollector<T> collector) Read the value of the attribute specified by the path and returns the result directly to the collector.