|
@@ -33,8 +33,8 @@ import org.springframework.security.oauth2.server.authorization.authentication.O
|
|
import org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat;
|
|
import org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Jackson {@code Module} for {@code spring-authorization-server}, that registers the
|
|
|
|
- * following mix-in annotations:
|
|
|
|
|
|
+ * Jackson {@code Module} for {@code spring-security-oauth2-authorization-server}, that
|
|
|
|
+ * registers the following mix-in annotations:
|
|
*
|
|
*
|
|
* <ul>
|
|
* <ul>
|
|
* <li>{@link UnmodifiableMapMixin}</li>
|
|
* <li>{@link UnmodifiableMapMixin}</li>
|
|
@@ -70,6 +70,7 @@ import org.springframework.security.oauth2.server.authorization.settings.OAuth2T
|
|
* @see OAuth2TokenFormatMixin
|
|
* @see OAuth2TokenFormatMixin
|
|
* @see StringArrayMixin
|
|
* @see StringArrayMixin
|
|
*/
|
|
*/
|
|
|
|
+@SuppressWarnings("serial")
|
|
public class OAuth2AuthorizationServerJackson2Module extends SimpleModule {
|
|
public class OAuth2AuthorizationServerJackson2Module extends SimpleModule {
|
|
|
|
|
|
public OAuth2AuthorizationServerJackson2Module() {
|
|
public OAuth2AuthorizationServerJackson2Module() {
|