I - type of the inputpublic class MultiAttributeProjection<I> extends Projection<I,Object[]>
| Constructor and Description |
|---|
MultiAttributeProjection(String... attributePath) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
transform(I input)
Transforms the input object into the output object.
|
public MultiAttributeProjection(String... attributePath)
public Object[] transform(I input)
Projectiontransform in class Projection<I,Object[]>input - object.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.