A - as AttributesV - as Value of the attributepublic class AttributesToValueTransformer<A extends Attributes<String,V>,V> extends Object implements Function<A,V>, org.apache.commons.collections.Transformer
| Constructor and Description |
|---|
AttributesToValueTransformer() |
AttributesToValueTransformer(String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(A t) |
String |
getAttributeName() |
void |
setAttributeName(String attributeName) |
Object |
transform(Object input) |
public AttributesToValueTransformer()
public AttributesToValueTransformer(String attributeName)
Copyright © 2018. All rights reserved.