Uses of Class
io.quarkus.gizmo.Type
-
Uses of Type in io.quarkus.gizmo
Subclasses of Type in io.quarkus.gizmoModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classFields in io.quarkus.gizmo declared as TypeModifier and TypeFieldDescriptionprivate final TypeType.ArrayType.elementTypeprivate final TypeType.TypeVariable.firstBoundprivate final TypeType.WildcardType.lowerBound(package private) final TypeType.ClassType.owner(package private) final TypeType.ParameterizedType.ownerprivate TypeMethodSignatureBuilderImpl.returnType(package private) TypeClassSignatureBuilderImpl.superClassprivate TypeFieldSignatureBuilderImpl.typeprivate final TypeType.WildcardType.upperBoundFields in io.quarkus.gizmo with type parameters of type TypeModifier and TypeFieldDescriptionMethodSignatureBuilderImpl.exceptionsType.TypeVariable.nextBoundsMethodSignatureBuilderImpl.parameterTypesClassSignatureBuilderImpl.superInterfacesType.ParameterizedType.typeArgumentsMethods in io.quarkus.gizmo that return types with arguments of type TypeMethods in io.quarkus.gizmo with parameters of type TypeModifier and TypeMethodDescriptionMethodSignatureBuilderImpl.addParameterType(Type parameterType) SignatureBuilder.MethodSignatureBuilder.addParameterType(Type parameterType) static Type.ArrayTypestatic Type.ArrayTypeprivate booleanClassSignatureBuilderImpl.containsWildcard(Type type) private StringClassCreator.Builder.getRawType(Type type) Type.ClassType.innerParameterizedType(String simpleName, Type... typeArguments) Allows build a signature likeLcom/example/Outer.Inner<TU;>;.Type.ParameterizedType.innerParameterizedType(String simpleName, Type... typeArguments) Allows building a signature likeLcom/example/Outer<TT;>.Inner<TU;>;.static Type.ParameterizedTypeType.parameterizedType(Type.ClassType genericClass, Type... typeArguments) MethodSignatureBuilderImpl.setReturnType(Type returnType) SignatureBuilder.MethodSignatureBuilder.setReturnType(Type returnType) static Type.TypeVariableType.typeVariable(String name, Type classOrTypeVariableBound) static Type.TypeVariableType.typeVariable(String name, Type classBound, Type... interfaceBounds) static Type.WildcardTypeType.wildcardTypeWithLowerBound(Type bound) static Type.WildcardTypeType.wildcardTypeWithUpperBound(Type bound) Constructors in io.quarkus.gizmo with parameters of type TypeModifierConstructorDescription(package private)(package private)(package private)ParameterizedType(Type.ClassType genericClass, List<Type> typeArguments, Type owner) (package private)TypeVariable(String name, Type firstBound, List<Type> nextBounds) (package private)WildcardType(Type upperBound, Type lowerBound) Constructor parameters in io.quarkus.gizmo with type arguments of type TypeModifierConstructorDescription(package private)ParameterizedType(Type.ClassType genericClass, List<Type> typeArguments, Type owner) (package private)TypeVariable(String name, Type firstBound, List<Type> nextBounds)