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
- typetargetClass
- i.e. Marshallertarget
- target objecttype
- i.e. a JAXB annotated classannotations
- i.e. method or parameter annotationsmediaType
- media typeCopyright © 2021 JBoss by Red Hat. All rights reserved.