Interface MethodImplementor
-
- All Known Implementing Classes:
AddMethodImplementor,DeleteMethodImplementor,GetMethodImplementor,HalMethodImplementor,ListHalMethodImplementor,ListMethodImplementor,StandardMethodImplementor,UpdateMethodImplementor
public interface MethodImplementorJAX-RS method implementor.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_HAL_JSONstatic StringAPPLICATION_JSON
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidimplement(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 Detail
-
APPLICATION_JSON
static final String APPLICATION_JSON
- See Also:
- Constant Field Values
-
APPLICATION_HAL_JSON
static final String APPLICATION_HAL_JSON
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-