Json array map position to java property with jackson
Is there a way in Jackson to map json array's positions to different class properties? For example if we have an api that returns person properties as array (0 is the id, 1 is the name,2 is the age, etc.)…