Uses of Class
org.springframework.beans.factory.config.TypedStringValue
Packages that use TypedStringValue
Package
Description
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.support
Methods in org.springframework.beans.factory.support with parameters of type TypedStringValueModifier and TypeMethodDescriptionprotected ObjectBeanDefinitionValueResolver.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
Methods in org.springframework.beans.factory.xml that return TypedStringValueModifier and TypeMethodDescriptionprotected TypedStringValueBeanDefinitionParserDelegate.buildTypedStringValue(String value, String targetTypeName) Build a typed String value Object for the given raw value.