public class F_GetValue<T> extends Object implements java.util.function.Function<Object,T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
clazz |
protected org.springframework.expression.EvaluationContext |
evalContext |
protected org.springframework.expression.Expression |
expression |
| Constructor and Description |
|---|
F_GetValue(Class<T> valueClazz,
org.springframework.expression.Expression expression,
org.springframework.expression.EvaluationContext evalContext) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(Object arg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identityprotected org.springframework.expression.Expression expression
protected org.springframework.expression.EvaluationContext evalContext
public T apply(Object arg)
apply in interface java.util.function.Function<Object,T>Copyright © 2017. All rights reserved.