Package org.springframework.binding.convert.converters

Examples of org.springframework.binding.convert.converters.StringToCharacter


   * Add all default converters to the conversion service.
   */
  protected void addDefaultConverters() {
    addConverter(new StringToByte());
    addConverter(new StringToBoolean());
    addConverter(new StringToCharacter());
    addConverter(new StringToShort());
    addConverter(new StringToInteger());
    addConverter(new StringToLong());
    addConverter(new StringToFloat());
    addConverter(new StringToDouble());
View Full Code Here

TOP

Related Classes of org.springframework.binding.convert.converters.StringToCharacter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.