Class NamedArgumentFinderFactory.PrepareKey

  • Enclosing interface:
    NamedArgumentFinderFactory

    public static final class NamedArgumentFinderFactory.PrepareKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Class<?> factoryClass  
      (package private) java.lang.String prefix  
      (package private) java.lang.reflect.Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      PrepareKey​(java.lang.Class<?> factoryClass, java.lang.reflect.Type type, java.lang.String prefix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • factoryClass

        final java.lang.Class<?> factoryClass
      • type

        final java.lang.reflect.Type type
      • prefix

        final java.lang.String prefix
    • Constructor Detail

      • PrepareKey

        PrepareKey​(java.lang.Class<?> factoryClass,
                   java.lang.reflect.Type type,
                   java.lang.String prefix)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object