Modifier and Type | Method and Description |
---|---|
FileValue |
FileValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
FileValue |
FileValueSerializer.readValue(ValueFields valueFields,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
void |
FileValueSerializer.writeValue(FileValue value,
ValueFields valueFields) |
Modifier and Type | Method and Description |
---|---|
protected FileValue |
VariableValueDto.fileValueWithDecodedString(FileValue fileValue,
String value) |
Modifier and Type | Method and Description |
---|---|
protected FileValue |
VariableValueDto.fileValueWithDecodedString(FileValue fileValue,
String value) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
VariableResponseProvider.responseForFileVariable(FileValue fileValue)
Creates a response for a variable of type
ValueType.FILE . |
Modifier and Type | Method and Description |
---|---|
static FileValue |
Variables.fileValue(File file)
Shortcut for calling
Variables.fileValue(name).file(file).mimeType(type).create() . |
static FileValue |
Variables.fileValue(File file,
boolean isTransient)
Shortcut for calling
Variables.fileValue(name).file(file).mimeType(type).setTransient(isTransient).create() . |
Modifier and Type | Class and Description |
---|---|
class |
FileValueImpl |
Modifier and Type | Method and Description |
---|---|
FileValue |
FileValueBuilderImpl.create() |
Copyright © 2019. All rights reserved.