Home
last modified time | relevance | path

Searched defs:myObjectMapper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
H A DMapperMixinsCopy1998Test.java97 ObjectMapper myObjectMapper = DEFAULT.copy(); in testB_KO() local
115 …private String getString(MyModelRoot myModelInstance, ObjectMapper myObjectMapper) throws IOExcept… in getString()