Class CharsetPropertyConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<String,​Charset>

    @Component
    @ConfigurationPropertiesBinding
    public class CharsetPropertyConverter
    extends Object
    implements org.springframework.core.convert.converter.Converter<String,​Charset>
    • Constructor Detail

      • CharsetPropertyConverter

        public CharsetPropertyConverter()
    • Method Detail

      • convert

        public Charset convert​(String from)
        Specified by:
        convert in interface org.springframework.core.convert.converter.Converter<String,​Charset>