public interface DecoratorProcessor<T,A extends Annotation>
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 © 2015 JBoss by Red Hat. All rights reserved.