Uses of Class
org.tomlj.TomlType
-
Packages that use TomlType Package Description org.tomlj A parser for Tom's Obvious, Minimal Language (TOML). -
-
Uses of TomlType in org.tomlj
Fields in org.tomlj declared as TomlType Modifier and Type Field Description private TomlType
MutableHomogeneousTomlArray. type
Methods in org.tomlj that return TomlType Modifier and Type Method Description static TomlType
TomlType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TomlType[]
TomlType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tomlj that return types with arguments of type TomlType Modifier and Type Method Description (package private) static java.util.Optional<TomlType>
TomlType. typeFor(java.lang.Object obj)
(package private) static java.util.Optional<TomlType>
TomlType. typeForClass(java.lang.Class<?> clazz)
Methods in org.tomlj with parameters of type TomlType Modifier and Type Method Description private static void
JsonSerializer. appendTomlValueLiteral(TomlType tomlType, java.lang.Object value, java.lang.Appendable appendable, java.util.Set<JsonOptions> options)
private static java.lang.String
JsonSerializer. typeName(TomlType tomlType)
-