Merge branch '5.1.x'
This commit is contained in:
commit
f95372d757
|
@ -91,6 +91,11 @@ public class Jaxb2XmlDecoder extends AbstractDecoder<Object> {
|
||||||
super(MimeTypeUtils.APPLICATION_XML, MimeTypeUtils.TEXT_XML);
|
super(MimeTypeUtils.APPLICATION_XML, MimeTypeUtils.TEXT_XML);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a {@code Jaxb2XmlDecoder} with the specified MIME types.
|
||||||
|
* @param supportedMimeTypes supported MIME types
|
||||||
|
* @since 5.1.9
|
||||||
|
*/
|
||||||
public Jaxb2XmlDecoder(MimeType... supportedMimeTypes) {
|
public Jaxb2XmlDecoder(MimeType... supportedMimeTypes) {
|
||||||
super(supportedMimeTypes);
|
super(supportedMimeTypes);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue