Searched refs:Issue631Bean (Results 1 – 2 of 2) sorted by relevance
102 static class Issue631Bean class in TestCustomSerializers107 public Issue631Bean(Object o) { in Issue631Bean() method in TestCustomSerializers.Issue631Bean266 MAPPER.writeValueAsString(new Issue631Bean(42))); in testWithCurrentValue()
225 static class Issue631Bean class in TestCustomDeserializers440 Issue631Bean bean = MAPPER.readValue(aposToQuotes("{'prop':'stuff'}"), in testCurrentValueAccess()441 Issue631Bean.class); in testCurrentValueAccess()