Uses of Enum Class
org.tomlj.TomlType
Packages that use TomlType
-
Uses of TomlType in org.tomlj
Modifier and TypeMethodDescriptionstatic TomlType
Returns the enum constant of this class with the specified name.static TomlType[]
TomlType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static void
JsonSerializer.appendTomlValueLiteral
(TomlType tomlType, Object value, Appendable appendable, Set<JsonOptions> options) private static String