Class AdapterKey


  • public class AdapterKey
    extends Object
    • Field Detail

      • from

        private final Type from
      • to

        private final Type to
      • hash

        private final int hash
      • valueAsClass

        private Class valueAsClass
      • keyAsClass

        private Class<?> keyAsClass
    • Constructor Detail

      • AdapterKey

        public AdapterKey​(Type from,
                          Type to)
      • AdapterKey

        public AdapterKey​(Type from,
                          Type to,
                          boolean lookup)
    • Method Detail

      • getFrom

        public Type getFrom()
      • getTo

        public Type getTo()
      • isAssignableFrom

        public boolean isAssignableFrom​(Type type)
      • isAssignableTo

        public boolean isAssignableTo​(Type type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object