Interface GenericCapable<O extends JavaType<O>>

    • Method Detail

      • getTypeVariables

        List<? extends TypeVariable<O>> getTypeVariables()
        Returns all the generic types associated with this object
      • hasTypeVariable

        boolean hasTypeVariable​(String name)
        Returns if the value is declared as a TypeVariable
        Parameters:
        name - the type name
        Returns:
        true if the type name is declared as a type variable, false