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,Function<Object,Collection<String>>>> propertyConverters)Objectmake(Object[] record, Object _processor)voidpropagateTypes(Object[] record, Map<String,Integer> mapLevelN, Map<String,Collection<int[]>> mapLevelNP1, Map<String,Integer> mapLevel0)
-