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 Typefromprivate inthashprivate Class<?>keyAsClassprivate Typetoprivate ClassvalueAsClass
-
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 booleanequals(Object o)TypegetFrom()TypegetTo()inthashCode()booleanisAssignableFrom(Type type)booleanisAssignableTo(Type type)StringtoString()
-