Class ArgumentTypeResolver.ParameterIndexToken

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int parameterIndex
      The parameter index that is represented by this token.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterIndexToken​(int parameterIndex)
      Create a parameter index token for a given parameter of the source method.
    • Method Summary

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

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

      • parameterIndex

        private final int parameterIndex
        The parameter index that is represented by this token.
    • Constructor Detail

      • ParameterIndexToken

        public ParameterIndexToken​(int parameterIndex)
        Create a parameter index token for a given parameter of the source method.
        Parameters:
        parameterIndex - The parameter index of the source method which is mapped to a target method parameter.
    • Method Detail

      • hashCode

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

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