Forum Discussion
No RepliesBe the first to reply
Related Content
- 2 years ago
- 9 years ago
- 12 years ago
- 5 years ago
Recent Discussions
- 2 days ago
- 5 days ago
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.