Class StringToCharArrayConverter

java.lang.Object
org.apereo.cas.web.flow.StringToCharArrayConverter
All Implemented Interfaces:
org.springframework.binding.convert.converters.Converter

public class StringToCharArrayConverter extends Object implements org.springframework.binding.convert.converters.Converter
Since:
6.6.0
  • Field Details

    • INSTANCE

      public static final org.springframework.binding.convert.converters.Converter INSTANCE
      Single instance of this converter.
    • ID

      public static final String ID
      The identifier of this converter.
  • Constructor Details

    • StringToCharArrayConverter

      public StringToCharArrayConverter()
  • Method Details

    • getSourceClass

      public Class<?> getSourceClass()
      Specified by:
      getSourceClass in interface org.springframework.binding.convert.converters.Converter
    • getTargetClass

      public Class<?> getTargetClass()
      Specified by:
      getTargetClass in interface org.springframework.binding.convert.converters.Converter
    • convertSourceToTargetClass

      public Object convertSourceToTargetClass(Object o, Class<?> aClass)
      Specified by:
      convertSourceToTargetClass in interface org.springframework.binding.convert.converters.Converter