Uses of Class
org.springframework.beans.factory.config.TypedStringValue
Packages that use 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
Classes in org.springframework.beans.factory.config that implement interfaces with type arguments of type TypedStringValueMethods in org.springframework.beans.factory.config with parameters of type TypedStringValue -
Uses of TypedStringValue in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with parameters of type TypedStringValueModifier and TypeMethodDescriptionBeanDefinitionValueResolver.evaluate(TypedStringValue value) Evaluate the given value as an expression, if necessary.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, @Nullable String targetTypeName) Build a typed String value Object for the given raw value.