程序包的使用
cn.taketoday.core.conversion
程序包
说明
Type Conversion System
Default implementation of the type conversion system.
Support classes for Framework's serializer abstraction.
SpEL's default implementations for various core abstractions.
-
类说明Allows a
Converter,GenericConverterorConverterFactoryto conditionally execute based on attributes of thesourceandtargetTypeDescriptor.Base class for exceptions thrown by the conversion system.A service interface for type conversion.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.For registering converters with a type conversion system.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. -
类说明A service interface for type conversion.A 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. -
-