| Interface | Description |
|---|---|
| Mapper |
Creates JavaBeans based on the values coming from a property reader.
|
| MappingContext |
Holds necessary information for a certain value that is being mapped in the bean mapper.
|
| Class | Description |
|---|---|
| DefaultMapper |
Provides the
Mapper instance which is used by default. |
| MapperImpl |
Implementation of
Mapper. |
| MappingContextImpl |
Standard implementation of
MappingContext. |
| Exception | Description |
|---|---|
| ConfigMeMapperException |
Exception during a bean mapping process.
|
| Annotation Type | Description |
|---|---|
| ExportName |
Annotation placed on a getter or setter method to indicate that it
should be loaded and written to a property resource with a different name.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.