Searched refs:SORT_PROPERTIES_ALPHABETICALLY (Results 1 – 18 of 18) sorted by relevance
198 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testSimpleSerializationClass()216 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testSimpleSerializationProperty()273 …onMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testCustomPropertyForClass()289 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testCustomPropertyViaProperty()309 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testAlwaysIdForTree()
70 .enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) in testObjectIds1261()
160 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testMixedRefsIssue188()
255 assertFalse(m.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY)); in testConfigForPropertySorting()257 assertFalse(sc.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY)); in testConfigForPropertySorting()264 .enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) in testConfigForPropertySorting()267 assertTrue(sc.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY)); in testConfigForPropertySorting()271 assertTrue(dc.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY)); in testConfigForPropertySorting()
152 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testSimpleUnwrappingSerialize()158 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testDeepUnwrappingSerialize()
153 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testPrefixedUnwrappingSerialize()160 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testDeepPrefixedUnwrappingSerialize()
82 .enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) in testUnwrappedWithTypeInfoAndFeatureDisabled()
376 SORT_PROPERTIES_ALPHABETICALLY(false), enumConstant
187 .with(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, f.requiresPropertyOrdering()); in ObjectWriter()
645 … if (needOrder ^ _serializationConfig.isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY)) { in ObjectMapper()646 configure(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, needOrder); in ObjectMapper()
245 .with(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, f.requiresPropertyOrdering()); in ObjectReader()
403 .enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) in testExplicitRename()411 .enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY) in testExplicitRename()
109 .configure(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY, true)
231 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testIssue294()
187 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testRoundTrip()
198 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testSimpleCloseable()
187 return isEnabled(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY); in shouldSortPropertiesAlphabetically()
491 …sonMapper mapper = JsonMapper.builder().enable(MapperFeature.SORT_PROPERTIES_ALPHABETICALLY).build… in testExternalTypeWithProp222()