Class TypeConstructors


  • public final class TypeConstructors
    extends java.lang.Object
    • Constructor Detail

      • TypeConstructors

        private TypeConstructors()
    • Method Detail

      • typeConstructor0

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

        public static javax.lang.model.element.TypeElement getTypeElement​(TypeConstructor typeConstructor)
      • getDeclaredType

        public static javax.lang.model.type.DeclaredType getDeclaredType​(TypeConstructor typeConstructor)
      • getTypeVariables

        public static java.util.List<javax.lang.model.type.TypeVariable> getTypeVariables​(TypeConstructor typeConstructor)
      • setTypeElement0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> setTypeElement0​(javax.lang.model.element.TypeElement newTypeElement)
      • modTypeElement0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> modTypeElement0​(java.util.function.Function<javax.lang.model.element.TypeElement,​javax.lang.model.element.TypeElement> typeElementMod)
      • setDeclaredType0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> setDeclaredType0​(javax.lang.model.type.DeclaredType newDeclaredType)
      • modDeclaredType0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> modDeclaredType0​(java.util.function.Function<javax.lang.model.type.DeclaredType,​javax.lang.model.type.DeclaredType> declaredTypeMod)
      • setTypeVariables0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> setTypeVariables0​(java.util.List<javax.lang.model.type.TypeVariable> newTypeVariables)
      • modTypeVariables0

        static java.util.function.Function<TypeConstructor,​TypeConstructor> modTypeVariables0​(java.util.function.Function<java.util.List<javax.lang.model.type.TypeVariable>,​java.util.List<javax.lang.model.type.TypeVariable>> typeVariablesMod)