public interface InterceptorContext
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnotations() |
Type |
getGenericType() |
MediaType |
getMediaType() |
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
Class<?> |
getType() |
void |
removeProperty(String name) |
void |
setAnnotations(Annotation[] annotations) |
void |
setGenericType(Type genericType) |
void |
setMediaType(MediaType mediaType) |
void |
setProperty(String name,
Object object) |
void |
setType(Class<?> type) |
Collection<String> getPropertyNames()
void removeProperty(String name)
Annotation[] getAnnotations()
void setAnnotations(Annotation[] annotations)
Class<?> getType()
void setType(Class<?> type)
Type getGenericType()
void setGenericType(Type genericType)
MediaType getMediaType()
void setMediaType(MediaType mediaType)
Copyright © 2018 The Apache Software Foundation. All rights reserved.