public abstract class TransformFactory extends Object
TransformFactory()
static void
addParser(Function<String,Object> parser, Class<?>... types)
static Object
getDefVal(Class<?> type)
resolveArgument(Object value, Class<?> classType, Type genericType)
simpleTrans(Object value, Class<?> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransformFactory()
public static Object getDefVal(Class<?> type)
public static Object resolveArgument(Object value, Class<?> classType, Type genericType) throws Exception
Exception
public static Object simpleTrans(Object value, Class<?> type)
public static void addParser(Function<String,Object> parser, Class<?>... types)
Copyright © 2021. All rights reserved.