| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.domain |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.extract(String type)
Extracts content-type by deserialization from strings such as "content/type; encoding=utf-8"
For us encoding, boundary etc.
|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.