public static class OmitXmlPreamble.Processor extends java.lang.Object implements org.jboss.resteasy.spi.interception.DecoratorProcessor<java.lang.Object,OmitXmlPreamble>
| Constructor and Description | 
|---|
OmitXmlPreamble.Processor()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
decorate(java.lang.Object target,
        OmitXmlPreamble annotation,
        java.lang.Class type,
        java.lang.annotation.Annotation[] annotations,
        javax.ws.rs.core.MediaType mediaType)  | 
public java.lang.Object decorate(java.lang.Object target,
                        OmitXmlPreamble annotation,
                        java.lang.Class type,
                        java.lang.annotation.Annotation[] annotations,
                        javax.ws.rs.core.MediaType mediaType)
decorate in interface org.jboss.resteasy.spi.interception.DecoratorProcessor<java.lang.Object,OmitXmlPreamble>