Example usage for org.springframework.web.servlet.mvc.method.annotation AbstractMappingJacksonResponseBodyAdvice subclass-usage

List of usage examples for org.springframework.web.servlet.mvc.method.annotation AbstractMappingJacksonResponseBodyAdvice subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc.method.annotation AbstractMappingJacksonResponseBodyAdvice subclass-usage.

Usage

From source file org.springframework.web.servlet.mvc.method.annotation.AbstractJsonpResponseBodyAdvice.java

/**
 * A convenient base class for a {@code ResponseBodyAdvice} to instruct the
 * {@link org.springframework.http.converter.json.MappingJackson2HttpMessageConverter}
 * to serialize with JSONP formatting.
 *
 * <p>Sub-classes must specify the query parameter name(s) to check for the name