public static class IntegerConverters.StringToInt extends Object implements Converter<String,Integer>
StringToInt()
Integer
convert(String obj)
Class<String>
getSourceClass()
Class<Integer>
getTargetClass()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StringToInt()
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.