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, Field getter, Field setter, String name) protected 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.addFieldMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Field getter, Field setter, String name, MapperExecutor.TriFieldConsumer func) 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.addNullProtectedFieldMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Field getter, Field setter, String name) 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.addPlainFieldMapping(Map<String, MapperExecutor.TriFunction> accessors, Class<?> destination, Field getter, Field 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.buildConverter(HashMap<String, MapperExecutor.TriFunction> accessors) protected voidMapperExecutor.buildMatcher(HashMap<String, MapperExecutor.TriFunction> accessors) protected voidMapperExecutor.buildMatcherFields(HashMap<String, MapperExecutor.TriFunction> accessors) protected voidMapperExecutor.buildMatcherGettersSetters(HashMap<String, MapperExecutor.TriFunction> accessors) 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)