Annotation Type WithJacksonMapper
@Target({FIELD,METHOD})
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="0.1")
public @interface WithJacksonMapper
Annotates field or method of a test class or of a tests advice class (see
TestsAdvice) that defines
ObjectMapper object used to parse JSON/JSONL resources.- See Also:
GivenJsonResource,GivenJsonLinesResource,TestsAdvice