Class AdapterKey
- java.lang.Object
- 
- org.apache.johnzon.mapper.internal.AdapterKey
 
- 
 public class AdapterKey extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description private Typefromprivate inthashprivate Class<?>keyAsClassprivate Typetoprivate ClassvalueAsClass
 - 
Constructor SummaryConstructors Constructor Description AdapterKey(Type from, Type to)AdapterKey(Type from, Type to, boolean lookup)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TypegetFrom()TypegetTo()inthashCode()booleanisAssignableFrom(Type type)booleanisAssignableTo(Type type)StringtoString()
 
-