Searched refs:readEx (Results 1 – 1 of 1) sorted by relevance
175 JacksonExample readEx = mapper.readValue(json, JacksonExample.class); in testSerializeDeserializeWithJaxbAnnotations() local177 assertEquals(ex.qname, readEx.qname); in testSerializeDeserializeWithJaxbAnnotations()178 assertEquals(ex.attributeProperty, readEx.attributeProperty); in testSerializeDeserializeWithJaxbAnnotations()179 assertEquals(ex.elementProperty, readEx.elementProperty); in testSerializeDeserializeWithJaxbAnnotations()180 assertEquals(ex.wrappedElementProperty, readEx.wrappedElementProperty); in testSerializeDeserializeWithJaxbAnnotations()181 assertEquals(ex.enumProperty, readEx.enumProperty); in testSerializeDeserializeWithJaxbAnnotations()