public static class SimpleDomain.Mapper<T> extends Object implements DomainMapper
| Constructor and Description |
|---|
Mapper(SimpleDomain<T> domain)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getSourceClass()
Returns the type of values from which this mapper instance can
convert.
|
String |
getSourceDescription()
Returns a description of the type of source values which this mapper
can convert from.
|
String |
getSourceName()
Returns a short name for the type of source values which this mapper
can convert from.
|
SimpleDomain<T> |
getTargetDomain()
Returns the target domain of this mapper.
|
public Mapper(SimpleDomain<T> domain)
domain - target domainpublic SimpleDomain<T> getTargetDomain()
DomainMappergetTargetDomain in interface DomainMapperpublic Class<?> getSourceClass()
DomainMapperObject.class.getSourceClass in interface DomainMapperpublic String getSourceName()
DomainMappergetSourceName in interface DomainMapperpublic String getSourceDescription()
DomainMappergetSourceDescription in interface DomainMapperCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.