Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestJacksonAnnotationIntrospector.java175 JacksonExample readEx = mapper.readValue(json, JacksonExample.class); in testSerializeDeserializeWithJaxbAnnotations() local
177 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()