Uses of Class
com.floragunn.codova.documents.Format.Encoding
-
Packages that use Format.Encoding Package Description com.floragunn.codova.documents -
-
Uses of Format.Encoding in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that return Format.Encoding Modifier and Type Method Description static Format.EncodingFormat.Encoding. valueOf(String name)Returns the enum constant of this type with the specified name.static Format.Encoding[]Format.Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.codova.documents with parameters of type Format.Encoding Constructor Description Format(String name, Format.Encoding encoding, com.fasterxml.jackson.core.JsonFactory jsonFactory, String fileNameSuffixPattern, String mediaType, String... mediaTypeAliases)Format(String name, Format.Encoding encoding, String jsonFactoryClass, String fileNameSuffixPattern, String mediaType, String... mediaTypeAliases)
-