public class DecoratorMatcher extends Object
DecoratorProcessor,
DecorateTypes,
Decorator| Constructor and Description |
|---|
DecoratorMatcher() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decorate(Class<T> targetClass,
T target,
Class type,
Annotation[] annotations,
MediaType mediaType) |
public <T> T decorate(Class<T> targetClass, T target, Class type, Annotation[] annotations, MediaType mediaType)
T - targetClass - i.e. Marshallertarget - type - i.e. a JAXB annotated classannotations - i.e. method or parameter annotationsmediaType - Copyright © 2014. All Rights Reserved.