Class InjectInto

  • All Implemented Interfaces:
    java.lang.reflect.Type

    public class InjectInto
    extends java.lang.Object
    implements java.lang.reflect.Type
    • Constructor Summary

      Constructors 
      Constructor Description
      InjectInto​(java.lang.reflect.Type intoType, java.lang.Object intoKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getIntoClass()  
      java.lang.Object getIntoKey()  
      java.lang.reflect.Type getIntoType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.reflect.Type

        getTypeName
    • Constructor Detail

      • InjectInto

        public InjectInto​(java.lang.reflect.Type intoType,
                          java.lang.Object intoKey)
    • Method Detail

      • getIntoType

        public java.lang.reflect.Type getIntoType()
      • getIntoClass

        public java.lang.Class getIntoClass()
      • getIntoKey

        public java.lang.Object getIntoKey()