public interface ITypeConverter extends IConverter<Object,Object>
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object aSource)
Convert the passed source object to the destination type.
|
@Nullable Object convert(@Nonnull Object aSource)
convert in interface IConverter<Object,Object>aSource - The source object to be converted. Cannot be null
because the type converter already filters null values!null.Copyright © 2014–2016 Philip Helger. All rights reserved.