public static class IntegerConverters.StringToInteger extends Object implements Converter<String,Integer>
StringToInteger()
Integer
convert(String obj)
Class<String>
getSourceClass()
Class<Integer>
getTargetClass()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringToInteger()
public Integer convert(String obj) throws ConversionException
convert
Converter<String,Integer>
ConversionException
public Class<String> getSourceClass()
getSourceClass
public Class<Integer> getTargetClass()
getTargetClass
Copyright © 2019. All rights reserved.