public final class UnidirectionalConverterStringInteger extends Object implements IUnidirectionalConverter<String,Integer>
| Constructor and Description |
|---|
UnidirectionalConverterStringInteger(Integer aDefaultValue) |
@Nullable public Integer convert(@Nullable String sInput)
IUnidirectionalConverterconvert in interface IUnidirectionalConverter<String,Integer>sInput - The source object to be converted. No null or non-
null constraint possible.null or non- null
constraint possible.Copyright © 2006–2014 phloc systems. All rights reserved.