Uses of Class
de.adorsys.psd2.xs2a.domain.ContentType
-
Packages that use ContentType Package Description de.adorsys.psd2.xs2a.domain -
-
Uses of ContentType in de.adorsys.psd2.xs2a.domain
Methods in de.adorsys.psd2.xs2a.domain that return ContentType Modifier and Type Method Description static ContentTypeContentType. extract(String type)Extracts content-type by deserialization from strings such as "content/type; encoding=utf-8" For us encoding, boundary etc.static ContentTypeContentType. 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.
-