Package io.quarkus.funqy.runtime
Class RequestContextImpl
java.lang.Object
io.quarkus.funqy.runtime.RequestContextImpl
- All Implemented Interfaces:
RequestContext
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetContextData(Class<T> key) getProperty(String name) voidsetContextData(Class<?> key, Object value) voidsetProperty(String name, Object value)
-
Field Details
-
contextData
-
properties
-
-
Constructor Details
-
RequestContextImpl
public RequestContextImpl()
-
-
Method Details
-
getProperty
- Specified by:
getPropertyin interfaceRequestContext
-
getProperties
- Specified by:
getPropertiesin interfaceRequestContext
-
setProperty
- Specified by:
setPropertyin interfaceRequestContext
-
getContextData
- Specified by:
getContextDatain interfaceRequestContext
-
setContextData
- Specified by:
setContextDatain interfaceRequestContext
-
getContextData
- Specified by:
getContextDatain interfaceRequestContext
-