|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.config.TypedStringValue
public class TypedStringValue
Holder for a typed String value. Can be added to bean definitions to explicitly specify a target type for a String value, for example for collection elements.
This holder will just store the String value and the target type. The actual conversion will be performed by the bean factory.
BeanDefinition.getPropertyValues(),
MutablePropertyValues.addPropertyValue(org.springframework.beans.PropertyValue)| Constructor Summary | |
|---|---|
TypedStringValue(String value,
Class targetType)
Create a new TypedStrignValue for the given String value and target type. |
|
| Method Summary | |
|---|---|
Class |
getTargetType()
Return the type to convert to. |
String |
getValue()
Return the String value. |
void |
setTargetType(Class targetType)
Set the type to convert to. |
void |
setValue(String value)
Set the String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedStringValue(String value,
Class targetType)
value - the String valuetargetType - the type to conver to| Method Detail |
|---|
public void setValue(String value)
PropertyPlaceholderConfigurerpublic String getValue()
public void setTargetType(Class targetType)
PropertyPlaceholderConfigurerpublic Class getTargetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||