| Modifier and Type | Method and Description |
|---|---|
static <T> Selma.MapperBuilder<T> |
Selma.builder(Class<T> mapperClass)
Return a builder style component to build the Mapper using this builder you can pass the sources, custom mappers and bypass the default cache registry.
|
Selma.MapperBuilder<T> |
Selma.MapperBuilder.disableCache() |
Selma.MapperBuilder<T> |
Selma.MapperBuilder.withCustom(Object... customMapper) |
Selma.MapperBuilder<T> |
Selma.MapperBuilder.withFactories(Object... factories) |
Selma.MapperBuilder<T> |
Selma.MapperBuilder.withSources(Object... dataSource) |
Copyright © 2016. All Rights Reserved.