Uses of Class
io.quarkus.resteasy.reactive.links.deployment.GetterMetadata
-
Uses of GetterMetadata in io.quarkus.resteasy.reactive.links.deployment
Methods in io.quarkus.resteasy.reactive.links.deployment with parameters of type GetterMetadataModifier and TypeMethodDescription(package private) static BiFunction<String, org.objectweb.asm.ClassVisitor, org.objectweb.asm.ClassVisitor> GetterImplementor.getVisitorFunction(GetterMetadata getterMetadata) (package private) voidGetterAccessorImplementor.implement(io.quarkus.gizmo.ClassOutput classOutput, GetterMetadata getterMetadata) Implements aGetterAccessorthat knows how to access a specific getter method of a specific type.Constructors in io.quarkus.resteasy.reactive.links.deployment with parameters of type GetterMetadataModifierConstructorDescription(package private)GetterImplementor(org.objectweb.asm.ClassVisitor outputClassVisitor, GetterMetadata getterMetadata)