Uses of Interface
net.binis.codegen.map.executor.MapperExecutor.TriFunction
Packages that use MapperExecutor.TriFunction
-
Uses of MapperExecutor.TriFunction in net.binis.codegen.map.executor
Method parameters in net.binis.codegen.map.executor with type arguments of type MapperExecutor.TriFunctionModifier and TypeMethodDescriptionprotected voidMapperExecutor.addConverter(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected voidMapperExecutor.addConverterWither(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected 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) protected voidMapperExecutor.addNullProtectedGetterSetterMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected voidMapperExecutor.addNullProtectedGetterWitherMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected voidMapperExecutor.addPlainGetterSetterMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected voidMapperExecutor.addPlainGetterWitherMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Method getter, Method setter, String name) protected voidMapperExecutor.addWither(Map<String, MapperExecutor.TriFunction> accessors, Method wither) protected voidMapperExecutor.matchGettersModifier(Map<String, MapperExecutor.TriFunction> accessors, Class<?> source, Class<?> destination) protected voidMapperExecutor.matchGettersSetters(Map<String, MapperExecutor.TriFunction> accessors, Class<?> source, Class<?> destination) protected voidMapperExecutor.matchGettersWithers(Map<String, MapperExecutor.TriFunction> accessors, Class<?> source, Class<?> destination)