public class Resteasy3Provider extends Object implements ResteasyProvider
| Constructor and Description |
|---|
Resteasy3Provider() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContextData() |
<R> R |
getContextData(Class<R> type) |
void |
pushContext(Class type,
Object instance) |
void |
pushDefaultContextObject(Class type,
Object instance) |
public <R> R getContextData(Class<R> type)
getContextData in interface ResteasyProviderpublic void pushDefaultContextObject(Class type, Object instance)
pushDefaultContextObject in interface ResteasyProviderpublic void pushContext(Class type, Object instance)
pushContext in interface ResteasyProviderpublic void clearContextData()
clearContextData in interface ResteasyProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.