public class Conversion<U,V> extends Object
| Constructor and Description |
|---|
Conversion(Class<U> source,
Class<V> target) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Class |
getSource() |
Class |
getTarget() |
int |
hashCode() |
void |
setSource(Class<U> source) |
void |
setTarget(Class<V> target) |
String |
toString() |
Copyright © 2019. All rights reserved.