| Package | Description |
|---|---|
| org.revenj.json | |
| org.revenj.postgres.converters | |
| org.revenj.storage |
| Modifier and Type | Field and Description |
|---|---|
static com.dslplatform.json.JsonReader.ReadObject<S3> |
StorageConverter.S3Reader |
static com.dslplatform.json.JsonWriter.WriteObject<S3> |
StorageConverter.S3Writer |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
StorageConverter.deserializeS3(com.dslplatform.json.JsonReader<org.revenj.patterns.ServiceLocator> reader) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<S3> |
StorageConverter.deserializeS3Collection(com.dslplatform.json.JsonReader reader) |
static ArrayList<S3> |
StorageConverter.deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageConverter.serialize(S3 value,
com.dslplatform.json.JsonWriter sw) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageConverter.deserializeS3Collection(com.dslplatform.json.JsonReader reader,
Collection<S3> res) |
static void |
StorageConverter.deserializeS3NullableCollection(com.dslplatform.json.JsonReader reader,
Collection<S3> res) |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
S3Converter.parse(org.revenj.postgres.PostgresReader reader,
int context) |
| Modifier and Type | Method and Description |
|---|---|
static List<S3> |
S3Converter.parseCollection(org.revenj.postgres.PostgresReader reader,
int context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
S3Converter.serializeURI(org.revenj.postgres.PostgresBuffer sw,
S3 value) |
static void |
S3Converter.setParameter(org.revenj.postgres.PostgresBuffer sw,
PreparedStatement ps,
int index,
S3 value) |
static org.revenj.postgres.converters.PostgresTuple |
S3Converter.toTuple(S3 value) |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
S3.from(byte[] bytes,
org.revenj.patterns.ServiceLocator locator) |
static S3 |
S3.from(InputStream stream,
long length,
org.revenj.patterns.ServiceLocator locator) |
static S3 |
S3.from(InputStream stream,
org.revenj.patterns.ServiceLocator locator) |
S3 |
S3.setMimeType(String value) |
S3 |
S3.setName(String value) |
| Modifier and Type | Method and Description |
|---|---|
default Future<Void> |
S3Repository.delete(S3 s3) |
default Future<InputStream> |
S3Repository.get(S3 s3) |
Copyright © 2016. All rights reserved.