Uses of Class
org.apache.unomi.api.ContextRequest
- 
Packages that use ContextRequest Package Description org.apache.unomi.rest.deserializers org.apache.unomi.rest.endpoints  - 
- 
Uses of ContextRequest in org.apache.unomi.rest.deserializers
Methods in org.apache.unomi.rest.deserializers that return ContextRequest Modifier and Type Method Description ContextRequestContextRequestDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context)Constructor parameters in org.apache.unomi.rest.deserializers with type arguments of type ContextRequest Constructor Description ContextRequestDeserializer(Class<ContextRequest> vc, SchemaService schemaRegistry) - 
Uses of ContextRequest in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ContextRequest Modifier and Type Method Description javax.ws.rs.core.ResponseContextJsonEndpoint. contextJSAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)javax.ws.rs.core.ResponseContextJsonEndpoint. contextJSAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)ContextResponseContextJsonEndpoint. contextJSONAsGet(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession)ContextResponseContextJsonEndpoint. contextJSONAsPost(ContextRequest contextRequest, String personaId, String sessionId, Long timestampAsLong, boolean invalidateProfile, boolean invalidateSession) 
 -