@ -37,6 +38,9 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
@@ -37,6 +38,9 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
@ -45,16 +49,32 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
@@ -45,16 +49,32 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
return"Content type '"+(contentType!=null?contentType:"")+"' not supported"+
(bodyType!=null?" for bodyType="+bodyType.toString():"");
}
@ -75,4 +95,16 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
@@ -75,4 +95,16 @@ public class UnsupportedMediaTypeStatusException extends ResponseStatusException
@ -37,6 +38,9 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
@@ -37,6 +38,9 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
@ -45,15 +49,32 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
@@ -45,15 +49,32 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
return"Content type '"+(contentType!=null?contentType:"")+"' not supported"+
(bodyType!=null?" for bodyType="+bodyType.toString():"");
}
@ -74,4 +95,16 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
@@ -74,4 +95,16 @@ public class UnsupportedMediaTypeException extends NestedRuntimeException {
@ -191,7 +191,7 @@ public abstract class AbstractMessageReaderArgumentResolver extends HandlerMetho
@@ -191,7 +191,7 @@ public abstract class AbstractMessageReaderArgumentResolver extends HandlerMetho
@ -199,7 +199,7 @@ public abstract class AbstractMessageReaderArgumentResolver extends HandlerMetho
@@ -199,7 +199,7 @@ public abstract class AbstractMessageReaderArgumentResolver extends HandlerMetho