Modifier and Type | Method and Description |
---|---|
FileValue |
FileValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
FileValue |
FileValueMapper.readValue(TypedValueField value,
boolean deserializeValue) |
Modifier and Type | Method and Description |
---|---|
void |
FileValueMapper.writeValue(FileValue fileValue,
TypedValueField typedValueField) |
Modifier and Type | Class and Description |
---|---|
class |
DeferredFileValueImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
DeferredFileValue
File value is not available unless it is loaded actively
Initially
getValue() returns null . |
Modifier and Type | Method and Description |
---|---|
FileValue |
FileValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
FileValue |
FileValueSerializer.readValue(ValueFields valueFields,
boolean deserializeValue,
boolean asTransientValue) |
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 © 2022. All rights reserved.