public abstract class TypeSafeTypeMapper<F,T> extends Object implements TypeMapper
TypeSafeTypeMapper()
Object
mapToType(Object from, Class<?> requiredType, String[] formats)
abstract T
mapToTypeInternal(F from, Class<T> requiredType, String[] formats)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TypeSafeTypeMapper()
public final Object mapToType(Object from, Class<?> requiredType, String[] formats)
mapToType
TypeMapper
public abstract T mapToTypeInternal(F from, Class<T> requiredType, String[] formats)
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.