public final class UnidirectionalConverterIntegerString extends Object implements IUnidirectionalConverter<Integer,String>
| Modifier and Type | Method and Description |
|---|---|
String |
convert(Integer aInput)
Convert the passed source object to the destination type.
|
static UnidirectionalConverterIntegerString |
getInstance() |
@Nullable public String convert(@Nullable Integer aInput)
IUnidirectionalConverterconvert in interface IUnidirectionalConverter<Integer,String>aInput - The source object to be converted. No null or non-
null constraint possible.null or non- null
constraint possible.@Nonnull public static UnidirectionalConverterIntegerString getInstance()
Copyright © 2006–2014 phloc systems. All rights reserved.