Interface GenericCapable<O extends JavaType<O>>

    • Method Detail

      • getTypeVariables

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

        TypeVariable<O> getTypeVariable​(java.lang.String name)
        Returns the named TypeVariable.
        Parameters:
        name -
        Returns:
        TypeVariable or null
      • hasTypeVariable

        boolean hasTypeVariable​(java.lang.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