Interface TypeConstructor.Case<R>

  • Enclosing class:
    TypeConstructor

    public static interface TypeConstructor.Case<R>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R typeConstructor​(javax.lang.model.element.TypeElement typeElement, javax.lang.model.type.DeclaredType declaredType, java.util.List<javax.lang.model.type.TypeVariable> typeVariables)  
    • Method Detail

      • typeConstructor

        R typeConstructor​(javax.lang.model.element.TypeElement typeElement,
                          javax.lang.model.type.DeclaredType declaredType,
                          java.util.List<javax.lang.model.type.TypeVariable> typeVariables)