Class AdapterKey
- java.lang.Object
-
- org.apache.johnzon.mapper.internal.AdapterKey
-
public class AdapterKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Type
from
private int
hash
private Class<?>
keyAsClass
private Type
to
private Class
valueAsClass
-
Constructor Summary
Constructors Constructor Description AdapterKey(Type from, Type to)
AdapterKey(Type from, Type to, boolean lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Type
getFrom()
Type
getTo()
int
hashCode()
boolean
isAssignableFrom(Type type)
boolean
isAssignableTo(Type type)
String
toString()
-