Searched refs:ACCEPT_CASE_INSENSITIVE_VALUES (Results 1 – 5 of 5) sorted by relevance
191 assertNull(empty.getFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES)); in testCaseInsensitiveValues()193 JsonFormat.Value insensitive = empty.withFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES); in testCaseInsensitiveValues()194 assertTrue(insensitive.getFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES)); in testCaseInsensitiveValues()196 JsonFormat.Value sensitive = empty.withoutFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES); in testCaseInsensitiveValues()197 assertFalse(sensitive.getFeature(Feature.ACCEPT_CASE_INSENSITIVE_VALUES)); in testCaseInsensitiveValues()
46 _caseInsensitive = config.isEnabled(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES); in TypeNameIdResolver()70 … final boolean caseInsensitive = config.isEnabled(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES); in construct()
425 ACCEPT_CASE_INSENSITIVE_VALUES(false), enumConstant
41 .enable(MapperFeature.ACCEPT_CASE_INSENSITIVE_VALUES) in testReadMixedCaseSubclass()
272 ACCEPT_CASE_INSENSITIVE_VALUES, enumConstant