Interface GenericPlaceholder<T>

    • Method Detail

      • getVariableName

        @NonNull
        default java.lang.String getVariableName()
        Returns:
        The variable name, never null.
      • isTypeVariable

        default boolean isTypeVariable()
        Description copied from interface: Argument
        Whether this argument is a type variable used in generics.
        Specified by:
        isTypeVariable in interface Argument<T>
        Returns:
        True if it is a variable