org.jboss.resteasy.spi.interception
Interface DecoratorProcessor<T,A extends Annotation>
- All Known Implementing Classes:
- LinkDecorator, PrettyProcessor, StylesheetProcessor, XmlHeaderProcessor
public interface DecoratorProcessor<T,A extends Annotation>
Part of a generic decorator framework.
Decorate a target. For example, decorate a JAXB Marshaller with property values.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
decorate
T decorate(T target,
A annotation,
Class type,
Annotation[] annotations,
MediaType mediaType)
- Parameters:
target - i.e. a Marshaller instanceannotation - the annotation that triggered the decoratortype - annotations - mediaType -
- Returns:
- should never return null
Copyright © 2011. All Rights Reserved.