Forum Discussion

sailakshmi's avatar
sailakshmi
New Member
2 years ago

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.

No RepliesBe the first to reply