Uses of Enum Class
io.quarkus.gizmo2.ClassVersion
Packages that use ClassVersion
-
Uses of ClassVersion in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return ClassVersionModifier and TypeMethodDescriptionstatic ClassVersionReturns the enum constant of this class with the specified name.static ClassVersion[]ClassVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClassVersion in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator with parameters of type ClassVersionModifier and TypeMethodDescriptionvoidTypeCreator.setVersion(ClassVersion version) Set the class file version.