Package io.quarkus.gizmo
Class Type.WildcardType
- java.lang.Object
-
- io.quarkus.gizmo.Type
-
- io.quarkus.gizmo.Type.WildcardType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.gizmo.Type
Type.ArrayType, Type.ClassType, Type.ParameterizedType, Type.PrimitiveType, Type.TypeVariable, Type.VoidType, Type.WildcardType
-
-
Field Summary
Fields Modifier and Type Field Description private TypelowerBoundprivate TypeupperBound
-
Constructor Summary
Constructors Constructor Description WildcardType(Type upperBound, Type lowerBound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappendToSignature(java.lang.StringBuilder signature)(package private) Type.WildcardTypeasWildcard()(package private) booleanisWildcard()-
Methods inherited from class io.quarkus.gizmo.Type
arrayType, arrayType, asArray, asClass, asParameterizedType, asPrimitive, asTypeVariable, asVoid, booleanType, byteType, charType, classType, classType, classType, doubleType, floatType, intType, isArray, isClass, isParameterizedType, isPrimitive, isTypeVariable, isVoid, longType, parameterizedType, shortType, typeVariable, typeVariable, typeVariable, voidType, wildcardTypeUnbounded, wildcardTypeWithLowerBound, wildcardTypeWithUpperBound
-
-
-
-
Method Detail
-
isWildcard
boolean isWildcard()
- Overrides:
isWildcardin classType
-
asWildcard
Type.WildcardType asWildcard()
- Overrides:
asWildcardin classType
-
appendToSignature
void appendToSignature(java.lang.StringBuilder signature)
- Specified by:
appendToSignaturein classType
-
-