Interface ResolvableType.VariableResolver

    • Method Detail

      • getSource

        Object getSource()
        Return the source of the resolver (used for hashCode and equals).
      • resolveVariable

        ResolvableType resolveVariable​(TypeVariable<?> variable)
        Resolve the specified variable.
        Parameters:
        variable - the variable to resolve
        Returns:
        the resolved variable, or null if not found