Interface MethodDelegationBinder.ParameterBinding<T>

Type Parameters:
T - The type of the identification token for this parameter binding.
All Superinterfaces:
StackManipulation
All Known Implementing Classes:
MethodDelegationBinder.ParameterBinding.Anonymous, MethodDelegationBinder.ParameterBinding.Illegal, MethodDelegationBinder.ParameterBinding.Unique
Enclosing interface:
MethodDelegationBinder

public static interface MethodDelegationBinder.ParameterBinding<T> extends StackManipulation
A binding attempt for a single parameter. Implementations of this type are a suggestion of composing a MethodDelegationBinder.MethodBinding by using a MethodDelegationBinder.MethodBinding.Builder. However, method bindings can also be composed without this type which is merely a suggestion.
  • Method Details

    • getIdentificationToken

      T getIdentificationToken()
      Returns an identification token for this binding.
      Returns:
      An identification token unique to this binding.