java.lang.Objectorg.springframework.beans.factory.config.TypedStringValue
All Implemented Interfaces:
BeanMetadataElement
This holder will just store the String value and the target type. The actual conversion will be performed by the bean factory.
Juergen - Hoeller1.2 - | Constructor: |
|---|
|
|
|
| Method from org.springframework.beans.factory.config.TypedStringValue Summary: |
|---|
| equals, getSource, getTargetType, getTargetTypeName, getValue, hasTargetType, hashCode, resolveTargetType, setSource, setTargetType, setTargetTypeName, setValue, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.factory.config.TypedStringValue Detail: |
|---|
|
|
|
|
|
|
|
|
Object for this metadata element.
The exact type of the object will depend on the configuration mechanism used. |
Only necessary for manipulating a registered value, for example in BeanFactoryPostProcessors. |
|
Only necessary for manipulating a registered value, for example in BeanFactoryPostProcessors. |
|