Package org.core.config
Class ConfigurationFormat
java.lang.Object
org.core.config.ConfigurationFormat
-
Field Summary
Modifier and TypeFieldDescriptionstatic ConfigurationFormat
static ConfigurationFormat
static String
-
Constructor Summary
ModifierConstructorDescriptionprotected
ConfigurationFormat(String name, String type, String... types)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<ConfigurationFormat>
String[]
getName()
static Stream<ConfigurationFormat>
values()
-
Field Details
-
MEDIA_TYPE_STORAGE
- See Also:
- Constant Field Values
-
FORMAT_YAML
-
FORMAT_JSON
-
-
Constructor Details
-
ConfigurationFormat
-
-
Method Details
-
getMediaType
-
getName
-
getFileType
-
values
-
forFile
-