Interface MethodImplementor

All Known Implementing Classes:
AddMethodImplementor, CountMethodImplementor, DeleteMethodImplementor, GetMethodImplementor, ListHalMethodImplementor, ListMethodImplementor, StandardMethodImplementor, UpdateMethodImplementor, UserMethodsWithAnnotationsImplementor

public interface MethodImplementor
JAX-RS method implementor.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    implement(io.quarkus.gizmo.ClassCreator classCreator, ResourceMetadata resourceMetadata, ResourceProperties resourceProperties, io.quarkus.gizmo.FieldDescriptor resourceField)
    Implement a specific JAX-RS method using the provided resource metadata.
  • Field Details

  • Method Details

    • implement

      void implement(io.quarkus.gizmo.ClassCreator classCreator, ResourceMetadata resourceMetadata, ResourceProperties resourceProperties, io.quarkus.gizmo.FieldDescriptor resourceField)
      Implement a specific JAX-RS method using the provided resource metadata.