@jsonProperty. / , , , , . .
:
ObjectMapper mapper = new ObjectMapper();
mapper.setVisibility(PropertyAccessor.FIELD, Visibility.ANY);
mapper.disable(MapperFeature.AUTO_DETECT_GETTERS);
:
mapper.configure(JsonParser.Feature.ALLOW_SINGLE_QUOTES, true);