| Interface | Description |
|---|---|
| InstanceCache |
| Class | Description |
|---|---|
| Selma |
Selma is the only class used to gain access to the Mappers implementations generated at compile time.
|
| Selma.MapperBuilder<T> | |
| SelmaConstants | |
| SimpleInstanceCache |
Simple instance cache
|
| Enum | Description |
|---|---|
| CollectionMappingStrategy |
Created by slemesle on 22/04/15.
|
| IgnoreMissing |
Created by slemesle on 27/11/14.
|
| IoC |
Created by slemesle on 27/03/15.
|
| Exception | Description |
|---|---|
| SelmaException |
Created by slemesle on 02/06/2014.
|
| Annotation Type | Description |
|---|---|
| EnumMapper |
This annotation can be used inside the Mapper annotation to define global mapping properties for enumeration.
|
| Field |
Define a fieldname based mapping, @Field can only contain 2 string as values that will map names.
|
| Fields | Deprecated
Since 0.10, you should use @Mapper(withCustomFields=})
|
| IgnoreFields | Deprecated
Since 0.10, You should use @Mapper(withIgnoreFields={}) or @Mappings(withIgnoreFields={}).
|
| Mapper |
Mapper annotation used to denote interfaces that needs mappers implementation to be built.
|
| Maps |
Mapper annotation used to describe specific mappings for methods inside a mapper interface.
|
Copyright © 2016. All Rights Reserved.