protected T |
BaseTypeTransformer.BaseFunction.apply(F input,
TransformerContext.LocalContext ltx) |
protected N |
BaseTypeTransformer.BooleanToNumber.doApply(java.lang.Boolean input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |
protected abstract T |
BaseTypeTransformer.BaseFunction.doApply(F input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun)
执行数据类型转换
|
protected R |
BaseTypeTransformer.SplitTransformer.doApply(L input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun)
inputType -> Iterable<inputType> -> outputType
|
java.util.Map.Entry<?,?> |
BaseTypeTransformer.GenericEntryTransformer.doApply(java.util.Map.Entry<?,?> input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |
E |
BaseTypeTransformer.Number2Enum.doApply(java.lang.Number input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |
R |
BaseTypeTransformer.DynamicTransformer.doApply(java.lang.Object input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |
E |
BaseTypeTransformer.String2Enum.doApply(java.lang.String input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |
protected java.lang.Class<?> |
BaseTypeTransformer.ClassName2ClassFunction.doApply(java.lang.String input,
TransformerContext.LocalContext ltx,
BaseTypeTransformer.BaseFunction<?,?> thisFun) |