|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.reflectionassert.ReflectionAssert.OgnlTransformer
protected static class ReflectionAssert.OgnlTransformer
A commons collections transformer that takes an object and returns the value of the property that is specified by the given ognl expression.
| Constructor Summary | |
|---|---|
ReflectionAssert.OgnlTransformer(java.lang.String ognlExpression)
Creates a transformer with the given ognl expression. |
|
| Method Summary | |
|---|---|
java.lang.Object |
transform(java.lang.Object object)
Transforms the given object in the value of the property that is specified by the ognl expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionAssert.OgnlTransformer(java.lang.String ognlExpression)
ognlExpression - The expression, not null| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object object)
transform in interface org.apache.commons.collections.Transformerobject - The object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||