DATATYPE - The data type to be convertedpublic class ConverterIdentity<DATATYPE> extends Object implements IConverterSameType<DATATYPE>
IConverterSameType that uses the input
object as the output object.| Constructor and Description |
|---|
ConverterIdentity() |
@Nullable public DATATYPE convert(@Nullable DATATYPE aInput)
IConverterconvert in interface IConverter<DATATYPE,DATATYPE>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.