Uses of Interface
net.binis.codegen.map.executor.MapperExecutor.TriConsumer
Packages that use MapperExecutor.TriConsumer
-
Uses of MapperExecutor.TriConsumer in net.binis.codegen.map.executor
Methods in net.binis.codegen.map.executor with parameters of type MapperExecutor.TriConsumerModifier and TypeMethodDescriptionprotected voidMapperExecutor.addGetterSetterMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name, MapperExecutor.TriConsumer func) protected voidMapperExecutor.addGetterWitherMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name, MapperExecutor.TriConsumer func)