public final class MethodGetter extends AbstractMultiValueGetter
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.query.impl.getters.Getter |
parent |
DO_NOT_REDUCE, REDUCE_EVERYTHING, REDUCER_ANY_TOKEN| Constructor and Description |
|---|
MethodGetter(com.hazelcast.query.impl.getters.Getter parent,
Method method,
String modifier,
Class elementType) |
MethodGetter(com.hazelcast.query.impl.getters.Getter parent,
Method method,
String modifier,
Class type,
Class elementType) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
extractFrom(Object object) |
String |
toString() |
composeAttributeValueExtractionFailedMessage, getModifier, reduceCollectionInto, reduceIntopublic MethodGetter(com.hazelcast.query.impl.getters.Getter parent,
Method method,
String modifier,
Class elementType)
protected Object extractFrom(Object object) throws IllegalAccessException, InvocationTargetException
extractFrom in class AbstractMultiValueGetterIllegalAccessExceptionInvocationTargetExceptionCopyright © 2019 Hazelcast, Inc.. All rights reserved.