Uses of Interface
net.binis.codegen.map.Mapping
Packages that use Mapping
-
Uses of Mapping in net.binis.codegen.map
Methods in net.binis.codegen.map that return MappingModifier and TypeMethodDescription<S,D> Mapping<S, D> MapperFactory.clearMapping(Class<S> source, Class<D> destination) <S,D> Mapping<S, D> MapperFactory.getExactMap(Class<S> source, Class<D> destination) <S,D> Mapping<S, D> MapperFactory.mapping(Class source, Class destination, MappingStrategy strategy) Methods in net.binis.codegen.map that return types with arguments of type MappingModifier and TypeMethodDescriptionMapper.findMappings(Class<S> source, Class<D> destination) MapperFactory.findMappings(Class<S> source, Class<D> destination) Methods in net.binis.codegen.map with parameters of type MappingModifier and TypeMethodDescriptionstatic voidMapper.registerMapper(Mapping mapping) voidMapperFactory.registerMapper(Mapping<?, ?> mapping) -
Uses of Mapping in net.binis.codegen.map.executor
Classes in net.binis.codegen.map.executor that implement MappingFields in net.binis.codegen.map.executor declared as MappingFields in net.binis.codegen.map.executor with type parameters of type MappingMethods in net.binis.codegen.map.executor that return MappingModifier and TypeMethodDescription<S,D> Mapping<S, D> DefaultMapperExecutor.clearMapping(Class<S> source, Class<D> destination) protected <S,D> Mapping<S, D> DefaultMapperExecutor.findMapper(Class<S> source, Class<D> destination) <S,D> Mapping<S, D> DefaultMapperExecutor.getExactMap(Class<S> source, Class<D> destination) <S,D> Mapping<S, D> DefaultMapperExecutor.mapping(Class source, Class destination, MappingStrategy strategy) Methods in net.binis.codegen.map.executor that return types with arguments of type MappingModifier and TypeMethodDescriptionDefaultMapperExecutor.findMappings(Class<S> source, Class<D> destination) Methods in net.binis.codegen.map.executor with parameters of type MappingModifier and TypeMethodDescriptionvoidDefaultMapperExecutor.registerMapper(Mapping<?, ?> mapping) Method parameters in net.binis.codegen.map.executor with type arguments of type MappingModifier and TypeMethodDescriptionprotected <S> voidDefaultMapperExecutor.findJoinMappings(Map<Class, Mapping> map, Class<S> source, Class<?> destination) protected voidprotected <S> voidDefaultMapperExecutor.findReverseMappings(Map<Class<S>, Mapping<S, ?>> map, Class<S> source, Class<?> destination)