| Package | Description |
|---|---|
| org.n52.svalbard.encode |
| Modifier and Type | Method and Description |
|---|---|
static EncodingContext |
EncodingContext.empty() |
static EncodingContext |
EncodingContext.of(Enum<?> key) |
static <T> EncodingContext |
EncodingContext.of(Enum<?> key,
T value) |
static EncodingContext |
EncodingContext.of(String key) |
static <T> EncodingContext |
EncodingContext.of(String key,
T value) |
EncodingContext |
EncodingContext.with(Enum<?> key) |
EncodingContext |
EncodingContext.with(Enum<?> key,
Object value) |
EncodingContext |
EncodingContext.with(String key) |
EncodingContext |
EncodingContext.with(String key,
Object value) |
EncodingContext |
EncodingContext.without(Enum<?> key) |
EncodingContext |
EncodingContext.without(String key) |
| Modifier and Type | Method and Description |
|---|---|
BinaryAttachmentResponse |
UVFEncoder.encode(Object objectToEncode,
EncodingContext additionalValues) |
T |
Encoder.encode(S objectToEncode,
EncodingContext additionalValues)
Encodes the specified object with the specified EncodingContext
.
|
void |
StreamingEncoder.encode(S objectToEncode,
OutputStream outputStream,
EncodingContext context) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.