public static final class DomainTransportConverterRegistry.SourceTarget extends Object
| Constructor and Description |
|---|
SourceTarget(Class<?> sourceType,
Class<?> targetType)
Create a new source-to-target pair.
|
SourceTarget(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getSourceType() |
Class<?> |
getTargetType() |
int |
hashCode() |
String |
toString() |
public SourceTarget(Class<?> sourceType, Class<?> targetType)
sourceType - the source typetargetType - the target typepublic SourceTarget(org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
Copyright © 2006–2020 Esito AS. All rights reserved.