-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature
Milestone
Description
RestDocumentationFilter
and RestDocumentationResultHandler
currently duplicate logic. Broadly speaking they:
- Create an
OperationRequest
from the native request - Create an
OperationResponse
from the native response - Create an
Operation
from theOperationRequest
andOperationResponse
- Call all the snippets to document the operation
This logic could be handled by a general purpose RestDocumentationHandler
to which RestDocumentationFilter
and RestDocumentationResultHandler
can delegate.
Metadata
Metadata
Assignees
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature