You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class Mock
{
private Long id;
private String name;
private Set<String> mocks = Sets.newHashSet();
}
new ObjectMapper().registerModule(new Hibernate3Module()).setSerializationInclusion(Include.NON_EMPTY).writeValueAsString(mock)
output
{"mocks":[]}
The text was updated successfully, but these errors were encountered:
output
{"mocks":[]}
The text was updated successfully, but these errors were encountered: