Home
last modified time | relevance | path

Searched refs:shouldSortPropertiesAlphabetically (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DObjectMapperTest.java258 assertFalse(sc.shouldSortPropertiesAlphabetically()); in testConfigForPropertySorting()
260 assertFalse(dc.shouldSortPropertiesAlphabetically()); in testConfigForPropertySorting()
268 assertTrue(sc.shouldSortPropertiesAlphabetically()); in testConfigForPropertySorting()
272 assertTrue(dc.shouldSortPropertiesAlphabetically()); in testConfigForPropertySorting()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfig.java186 public final boolean shouldSortPropertiesAlphabetically() { in shouldSortPropertiesAlphabetically() method in MapperConfig
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java1004 ? _config.shouldSortPropertiesAlphabetically() in _sortProperties()