Uses of Class
io.quarkus.gizmo2.GenericType.OfRootClass
Packages that use GenericType.OfRootClass
-
Uses of GenericType.OfRootClass in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return GenericType.OfRootClassModifier and TypeMethodDescription<A extends Annotation>
GenericType.OfRootClassGenericType.OfRootClass.withAnnotation(Class<A> annotationType) <A extends Annotation>
GenericType.OfRootClassGenericType.OfRootClass.withAnnotation(Class<A> annotationType, Consumer<AnnotationCreator<A>> builder) GenericType.OfRootClass.withAnnotations(Consumer<AnnotatableCreator> builder) GenericType.OfRootClass.withArguments(List<TypeArgument> newArguments) Methods in io.quarkus.gizmo2 with parameters of type GenericType.OfRootClassModifier and TypeMethodDescriptionbooleanGenericType.OfRootClass.equals(GenericType.OfRootClass other) Returnstrueif this object is equal to the given object, orfalseif it is not.