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 -
Method Summary
Modifier and TypeMethodDescriptionvoidimplement(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
-
APPLICATION_JSON
- See Also:
-
APPLICATION_HAL_JSON
- See Also:
-
-
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.
-