| Package | Description |
|---|---|
| org.dbrain.data | |
| org.dbrain.data.impl.value | |
| org.dbrain.data.jackson.serializers | |
| org.dbrain.data.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMap.Builder.build() |
ValueMap |
Value.getMap() |
static ValueMap |
ValueMap.newInstance()
Create a new empty map.
|
static ValueMap |
ValueMap.of(Map<?,?> v,
Function<Object,String> keyMapper)
Convert a Map to a value map using a key mapper.
|
static ValueMap |
ValueMap.of(Map<String,?> v)
From a map of strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapValueImpl
Implementation of the Value.Map.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMapBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
JsonValueMapDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMapBodyReader.readFrom(Class<ValueMap> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
| Modifier and Type | Method and Description |
|---|---|
ValueMap |
ValueMapBodyReader.readFrom(Class<ValueMap> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Copyright © 2015. All rights reserved.