Class TypeConstructor

    • Constructor Detail

      • TypeConstructor

        TypeConstructor()
    • Method Detail

      • typeConstructor

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

        public javax.lang.model.element.TypeElement typeElement()
      • declaredType

        public javax.lang.model.type.DeclaredType declaredType()
      • typeVariables

        public java.util.List<javax.lang.model.type.TypeVariable> typeVariables()