protected static class ReflectionAssert.OgnlTransformer extends Object implements org.apache.commons.collections.Transformer
| Constructor and Description |
|---|
OgnlTransformer(String ognlExpression)
Creates a transformer with the given ognl expression.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
transform(Object object)
Transforms the given object in the value of the property that is specified by the ognl expression.
|
public OgnlTransformer(String ognlExpression)
ognlExpression - The expression, not nullpublic Object transform(Object object)
transform in interface org.apache.commons.collections.Transformerobject - The objectCopyright © 2017. All rights reserved.