Uses of Enum Class
org.tomlj.JsonOptions
Packages that use JsonOptions
-
Uses of JsonOptions in org.tomlj
Methods in org.tomlj that return JsonOptionsModifier and TypeMethodDescriptionstatic JsonOptions
Returns the enum constant of this class with the specified name.static JsonOptions[]
JsonOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tomlj that return types with arguments of type JsonOptionsModifier and TypeMethodDescription(package private) static EnumSet
<JsonOptions> JsonOptions.setFrom
(JsonOptions[] options) Methods in org.tomlj with parameters of type JsonOptionsModifier and TypeMethodDescription(package private) static EnumSet
<JsonOptions> JsonOptions.setFrom
(JsonOptions[] options) default void
TomlArray.toJson
(Appendable appendable, JsonOptions... options) Append a JSON representation of this array to the appendable output.default String
TomlArray.toJson
(JsonOptions... options) Return a representation of this array using JSON.default void
TomlTable.toJson
(Appendable appendable, JsonOptions... options) Append a JSON representation of this table to the appendable output.default String
TomlTable.toJson
(JsonOptions... options) Return a representation of this table using JSON.Method parameters in org.tomlj with type arguments of type JsonOptionsModifier and TypeMethodDescriptionprivate static void
JsonSerializer.appendTomlValue
(Object value, Appendable appendable, Set<JsonOptions> options, int indent) private static void
JsonSerializer.appendTomlValueLiteral
(TomlType tomlType, Object value, Appendable appendable, Set<JsonOptions> options) (package private) static void
JsonSerializer.toJson
(TomlArray array, Appendable appendable, Set<JsonOptions> options) private static void
JsonSerializer.toJson
(TomlArray array, Appendable appendable, Set<JsonOptions> options, int indent) (package private) static void
JsonSerializer.toJson
(TomlTable table, Appendable appendable, Set<JsonOptions> options) private static void
JsonSerializer.toJson
(TomlTable table, Appendable appendable, Set<JsonOptions> options, int indent) default void
TomlArray.toJson
(Appendable appendable, EnumSet<JsonOptions> options) Append a JSON representation of this array to the appendable output.default String
TomlArray.toJson
(EnumSet<JsonOptions> options) Return a representation of this array using JSON.default void
TomlTable.toJson
(Appendable appendable, EnumSet<JsonOptions> options) Append a JSON representation of this table to the appendable output.default String
TomlTable.toJson
(EnumSet<JsonOptions> options) Return a representation of this table using JSON.