|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.core.interception.DecoratorMatcher
public class DecoratorMatcher
Finds DecoratorProcessors and calls decorates on them by introspecting annotations.
DecoratorProcessor,
DecorateTypes,
Decorator| Constructor Summary | |
|---|---|
DecoratorMatcher()
|
|
| Method Summary | ||
|---|---|---|
|
decorate(java.lang.Class<T> targetClass,
T target,
java.lang.Class type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecoratorMatcher()
| Method Detail |
|---|
public <T> T decorate(java.lang.Class<T> targetClass,
T target,
java.lang.Class type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType)
T - targetClass - i.e. Marshallertarget - type - i.e. a JAXB annotated classannotations - i.e. method or parameter annotationsmediaType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||