Jackson XML Parser : Getting Null data after deserialization

I am trying deserialize the xml data using Jackson. I created the Pojo classes but after mapping when i try to print the data, I am getting Null value. Below are the details – XML Data <?xml version="1.0" encoding="UTF-8"?> <VTX_SHS reporting_date="20210228" interface_type="buss" event_type="green_light" > <!– 01: period | varchar2(10) –> <!– 02: book_base_ent_cd | varchar2(10)… Read More Jackson XML Parser : Getting Null data after deserialization