| Package | Description |
|---|---|
| net.ideahut.springboot.object |
| Modifier and Type | Method and Description |
|---|---|
Filepart[] |
Multipart.getFilepartValues(String key) |
Filepart |
Filepart.setData(byte[] data) |
Filepart |
Filepart.setFieldName(String fieldName) |
Filepart |
Filepart.setName(String name) |
Filepart |
Filepart.setSize(long size) |
| Modifier and Type | Method and Description |
|---|---|
List<Filepart> |
Multipart.getFileparts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Multipart.addFilepart(String key,
Filepart filepart) |
Copyright © 2024. All rights reserved.