Class Type

java.lang.Object
io.quarkus.gizmo.Type
Direct Known Subclasses:
Type.ArrayType, Type.ClassType, Type.ParameterizedType, Type.PrimitiveType, Type.TypeVariable, Type.VoidType, Type.WildcardType

public abstract class Type extends Object
Used to express types when building a generic signature of some declaration.

Implementations are created via factory methods such as voidType() and classType(Class).

See Also: