public static final class MappingStrategy.Key extends Object
| Constructor and Description |
|---|
Key(Class<?> rawSourceType,
Type sourceType,
Type destinationType,
boolean destinationProvided)
Constructs a new instance of MappingStrategyKey
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type |
getDestinationType() |
Class<?> |
getRawSourceType() |
Type |
getSourceType() |
int |
hashCode() |
boolean |
isDestinationProvided() |
String |
toString() |
public Class<?> getRawSourceType()
public Type getSourceType()
public Type getDestinationType()
public boolean isDestinationProvided()
Copyright © 2019 Glasnost. All rights reserved.