public interface ITypeConverter extends IUnidirectionalConverter<Object,Object>
@Nullable Object convert(@Nonnull Object aSource)
convert in interface IUnidirectionalConverter<Object,Object>aSource - The source object to be converted. Cannot be null
because the type converter already filters null values!null.Copyright © 2006–2014 phloc systems. All rights reserved.