public interface TypeConverter<T,DomainT>
Modifier and Type | Method and Description |
---|---|
ConvertedObject<T> |
fromDomain(DomainT domainObject) |
Class<DomainT> |
getDomainType() |
Class<T> |
getType() |
ConvertedObject<DomainT> |
toDomain(T object) |
Copyright © 2017 SAP SE. All rights reserved.