Searched refs:ORIGINAL_KEY (Results 1 – 1 of 1) sorted by relevance
42 final String ORIGINAL_KEY = "someId"; in _testTurkishILetterDeserialization() local45 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()