public interface DecoratorProcessor<T,A extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
T |
decorate(T target,
A annotation,
Class type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
T decorate(T target, A annotation, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
target - i.e. a Marshaller instanceannotation - the annotation that triggered the decoratortype - annotations - mediaType - Copyright © 2016 JBoss by Red Hat. All rights reserved.