Can we include @JsonFilter jackson configuration in yaml file at schema level in java?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023
02:58 AM
01-30-2023
02:58 AM
Can we include @JsonFilter jackson configuration in yaml file at schema level in java?
This is my response schema in yaml file -
components:
schemas:
RemitNoticeResponseDTO:
properties:
remitNoticeId:
type: string
cashWireEvent:
type: string
stepSequenceNumber:
type: string
I need to add @JsonFilter configuration at RemitNoticeResponseDTO level. Please help with any information. Thanks in advance.
0 REPLIES 0
