Class ArgumentTypeResolver.ParameterIndexToken

    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.