Uses of Class
com.hazelcast.query.extractor.ValueReadingException
Package
Description
Contains classes related to custom attributes and the extraction of their values.
-
Uses of ValueReadingException in com.hazelcast.query.extractor
Modifier and TypeMethodDescription<T> void
ValueReader.read
(String path, ValueCallback<T> callback) Read the value of the attribute specified by the path and returns the result via the callback.<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.