Package net.binis.codegen.map
Interface MapperFactory
- All Known Implementing Classes:
DefaultMapperExecutor
public interface MapperFactory
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanMapExactly(Class<?> source, Class<?> destination) void<S,D> Mapping <S, D> clearMapping(Class<S> source, Class<D> destination) <T> T<T> T<T> TfindMappings(Class<S> source, Class<D> destination) <S,D> Mapping <S, D> getExactMap(Class<S> source, Class<D> destination) <S,D> Mapping <S, D> <T> T<T> TvoidregisterMapper(Mapping<?, ?> mapping)
-
Method Details
-
map
-
map
-
mapping
-
convert
-
convert
-
convert
-
canMap
-
canMapExactly
-
getMap
-
getExactMap
-
registerMapper
-
findMappings
-
clearMapping
-
clearAllMappings
void clearAllMappings()
-