Uses of Class
org.springframework.beans.factory.config.TypedStringValue
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.-
Uses of TypedStringValue in org.springframework.beans.factory.config
-
Uses of TypedStringValue in org.springframework.beans.factory.support
Modifier and TypeMethodDescriptionprotected Object
BeanDefinitionValueResolver.evaluate
(TypedStringValue value) Evaluate the given value as an expression, if necessary.protected Class<?>
BeanDefinitionValueResolver.resolveTargetType
(TypedStringValue value) Resolve the target type in the given TypedStringValue. -
Uses of TypedStringValue in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionprotected TypedStringValue
BeanDefinitionParserDelegate.buildTypedStringValue
(String value, String targetTypeName) Build a typed String value Object for the given raw value.