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()
DomainMapper
getTargetDomain
in interface DomainMapper
public Class<?> getSourceClass()
DomainMapper
Object.class
.getSourceClass
in interface DomainMapper
public String getSourceName()
DomainMapper
getSourceName
in interface DomainMapper
public String getSourceDescription()
DomainMapper
getSourceDescription
in interface DomainMapper
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.