类 StringToNumberConverter

java.lang.Object
spring.turbo.format.StringToNumberConverter
所有已实现的接口:
org.springframework.core.convert.converter.GenericConverter

public class StringToNumberConverter extends Object implements org.springframework.core.convert.converter.GenericConverter
从以下版本开始:
1.0.8
作者:
应卓
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.springframework.core.convert.converter.GenericConverter

    org.springframework.core.convert.converter.GenericConverter.ConvertiblePair
  • 构造器概要

    构造器
    构造器
    说明
    构造方法
  • 方法概要

    修饰符和类型
    方法
    说明
    convert(Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
     
    Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair>
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • StringToNumberConverter

      public StringToNumberConverter()
      构造方法
  • 方法详细资料

    • getConvertibleTypes

      public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
      指定者:
      getConvertibleTypes 在接口中 org.springframework.core.convert.converter.GenericConverter
    • convert

      public Object convert(@Nullable Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType)
      指定者:
      convert 在接口中 org.springframework.core.convert.converter.GenericConverter