public class XmlHeaderProcessor extends Object implements DecoratorProcessor<Marshaller,XmlHeader>
| Constructor and Description |
|---|
XmlHeaderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Marshaller |
decorate(Marshaller target,
XmlHeader annotation,
Class type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
public Marshaller decorate(Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
decorate in interface DecoratorProcessor<Marshaller,XmlHeader>target - i.e. a Marshaller instanceannotation - the annotation that triggered the decoratortype - typeannotations - array of annotationsmediaType - media typeCopyright © 2020 JBoss by Red Hat. All rights reserved.