public class SpringValue extends Object
| Constructor and Description |
|---|
SpringValue(String key,
String placeholder,
Object bean,
String beanName,
Field field,
boolean isJson) |
SpringValue(String key,
String placeholder,
Object bean,
String beanName,
Method method,
boolean isJson) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName() |
Field |
getField() |
Type |
getGenericType() |
org.springframework.core.MethodParameter |
getMethodParameter() |
String |
getPlaceholder() |
Class<?> |
getTargetType() |
boolean |
isField() |
boolean |
isJson() |
String |
toString() |
void |
update(Object newVal) |
public SpringValue(String key, String placeholder, Object bean, String beanName, Field field, boolean isJson)
public void update(Object newVal) throws IllegalAccessException, InvocationTargetException
public String getBeanName()
public Class<?> getTargetType()
public String getPlaceholder()
public org.springframework.core.MethodParameter getMethodParameter()
public boolean isField()
public Field getField()
public Type getGenericType()
public boolean isJson()
Copyright © 2022 Ctrip, Inc.. All rights reserved.