Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DCaseInsensitiveDeser953Test.java42 final String ORIGINAL_KEY = "someId"; in _testTurkishILetterDeserialization() local
45 result = mapper.readValue("{\""+ORIGINAL_KEY+"\":1}", Id953.class); in _testTurkishILetterDeserialization()
48 result = mapper.readValue("{\""+ORIGINAL_KEY.toUpperCase(locale)+"\":1}", Id953.class); in _testTurkishILetterDeserialization()
51 result = mapper.readValue("{\""+ORIGINAL_KEY.toLowerCase(locale)+"\":1}", Id953.class); in _testTurkishILetterDeserialization()