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 ResteasyProvider
public void pushDefaultContextObject(Class type, Object instance)
pushDefaultContextObject
in interface ResteasyProvider
public void pushContext(Class type, Object instance)
pushContext
in interface ResteasyProvider
public void clearContextData()
clearContextData
in interface ResteasyProvider
Copyright © 2021 JBoss by Red Hat. All rights reserved.