Interface ProxyMakerInterface
-
public interface ProxyMakerInterface
-
-
Method Summary
Modifier and Type Method Description ObjectgetTypedRecord()ObjectgetTypeManager(Map<QualifiedName,Set<String>> ktm, Map<QualifiedName,Set<String>> utm, Map<String,Map<String,BiFunction<Object,String,Collection<String>>>> propertyConverters)Objectmake(Object[] record, Object _processor)voidpropagateTypes(Object[] record, Map<String,Integer> mapLevelN, Map<String,Collection<int[]>> mapLevelNP1, Map<String,Integer> mapLevel0)
-
-
-
Method Detail
-
getTypeManager
Object getTypeManager(Map<QualifiedName,Set<String>> ktm, Map<QualifiedName,Set<String>> utm, Map<String,Map<String,BiFunction<Object,String,Collection<String>>>> propertyConverters)
-
getTypedRecord
Object getTypedRecord()
-
-