public class ConverterHasNameString extends Object implements IConverter<IHasName,String>
IHasName.| Constructor and Description |
|---|
ConverterHasNameString() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(IHasName aInput)
Convert the passed source object to the destination type.
|
@Nullable public String convert(@Nullable IHasName aInput)
IConverterconvert in interface IConverter<IHasName,String>aInput - The source object to be converted. No null or non-
null constraint possible.null or non- null
constraint possible.Copyright © 2014–2015 Philip Helger. All rights reserved.