Uses of Enum Class
org.tomlj.JsonOptions
Packages that use JsonOptions
-
Uses of JsonOptions in org.tomlj
Subclasses with type arguments of type JsonOptions in org.tomljMethods in org.tomlj that return JsonOptionsModifier and TypeMethodDescriptionstatic JsonOptionsReturns 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 voidTomlArray.toJson(Appendable appendable, JsonOptions... options) Append a JSON representation of this array to the appendable output.default StringTomlArray.toJson(JsonOptions... options) Return a representation of this array using JSON.default voidTomlTable.toJson(Appendable appendable, JsonOptions... options) Append a JSON representation of this table to the appendable output.default StringTomlTable.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 voidJsonSerializer.appendTomlValue(Object value, Appendable appendable, Set<JsonOptions> options, int indent) private static voidJsonSerializer.appendTomlValueLiteral(TomlType tomlType, Object value, Appendable appendable, Set<JsonOptions> options) (package private) static voidJsonSerializer.toJson(TomlArray array, Appendable appendable, Set<JsonOptions> options) private static voidJsonSerializer.toJson(TomlArray array, Appendable appendable, Set<JsonOptions> options, int indent) (package private) static voidJsonSerializer.toJson(TomlTable table, Appendable appendable, Set<JsonOptions> options) private static voidJsonSerializer.toJson(TomlTable table, Appendable appendable, Set<JsonOptions> options, int indent) default voidTomlArray.toJson(Appendable appendable, EnumSet<JsonOptions> options) Append a JSON representation of this array to the appendable output.default StringTomlArray.toJson(EnumSet<JsonOptions> options) Return a representation of this array using JSON.default voidTomlTable.toJson(Appendable appendable, EnumSet<JsonOptions> options) Append a JSON representation of this table to the appendable output.default StringTomlTable.toJson(EnumSet<JsonOptions> options) Return a representation of this table using JSON.