Uses of Package
org.springframework.core.convert.converter
Packages that use org.springframework.core.convert.converter
Package
Description
SPI to implement Converters for the type conversion system.
Default implementation of the type conversion system.
Support classes for Spring's serializer abstraction.
An API for defining Formatters to format field model values for display in a UI.
Formatters for
java.util.Date properties.Support classes for the formatting package,
providing common implementations as well as adapters.
-
Classes in org.springframework.core.convert.converter used by org.springframework.core.convert.converterClassDescriptionAllows a
Converter,GenericConverterorConverterFactoryto conditionally execute based on attributes of thesourceandtargetTypeDescriptor.A converter converts a source object of typeSto a target of typeT.A factory for "ranged" converters that can convert objects from S to subtypes of R.AComparatorthat converts values before they are compared.Generic converter interface for converting between two or more types.Holder for a source-to-target class pair. -
Classes in org.springframework.core.convert.converter used by org.springframework.core.convert.supportClassDescriptionA converter converts a source object of type
Sto a target of typeT.A factory for "ranged" converters that can convert objects from S to subtypes of R.For registering converters with a type conversion system.Generic converter interface for converting between two or more types. -
-
Classes in org.springframework.core.convert.converter used by org.springframework.format
-
Classes in org.springframework.core.convert.converter used by org.springframework.format.datetime
-
Classes in org.springframework.core.convert.converter used by org.springframework.format.support