Java org.springframework.beans.factory.config TypedStringValue fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.config TypedStringValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.config TypedStringValue.

The text is from its open source code.

Constructor

TypedStringValue(@Nullable String value)
Create a new TypedStringValue for the given String value.
TypedStringValue(@Nullable String value, Class targetType)
Create a new TypedStringValue for the given String value and target type.
TypedStringValue(@Nullable String value, String targetTypeName)
Create a new TypedStringValue for the given String value and target type.

Method

booleanequals(@Nullable Object other)
ClassgetTargetType()
Return the type to convert to.
StringgetTargetTypeName()
Return the type to convert to.
StringgetValue()
Return the String value.
booleanhasTargetType()
Return whether this typed String value carries a target type .
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.
voidsetSpecifiedTypeName(@Nullable String specifiedTypeName)
Set the type name as actually specified for this particular value, if any.
voidsetValue(@Nullable String value)
Set the String value.