类 MappingConverterAdapter

java.lang.Object
xyz.raylab.ohs.configuration.MappingConverterAdapter

public class MappingConverterAdapter extends Object
  • 构造器详细资料

    • MappingConverterAdapter

      public MappingConverterAdapter()
  • 方法详细资料

    • string2LocalDateTimeConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,LocalDateTime> string2LocalDateTimeConverter()
    • string2LocalDateConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,LocalDate> string2LocalDateConverter()
    • string2LocalTimeConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,LocalTime> string2LocalTimeConverter()
    • string2YearMonthConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,YearMonth> string2YearMonthConverter()
    • string2YearConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,Year> string2YearConverter()
    • stringDecodeConverter

      @Bean public org.springframework.core.convert.converter.Converter<String,String> stringDecodeConverter()
    • jackson2ObjectMapperBuilderCustomizer

      @Bean public org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer jackson2ObjectMapperBuilderCustomizer()