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,
javax.ws.rs.core.MediaType mediaType) |
public <T> T decorate(Class<T> targetClass, T target, Class type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
T - typetargetClass - i.e. Marshallertarget - target objecttype - i.e. a JAXB annotated classannotations - i.e. method or parameter annotationsmediaType - media typeCopyright © 2018 JBoss by Red Hat. All rights reserved.