Uses of Enum Class
com.sun.faces.util.Json.Option
-
Uses of Json.Option in com.sun.faces.util
Modifier and TypeMethodDescriptionstatic Json.Option
Returns the enum constant of this class with the specified name.static Json.Option[]
Json.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
Json.encode
(Object object, Json.Option... options) Encodes the given object as JSON and returns a string in JSON format.static void
Json.encode
(Object object, Writer writer, Json.Option... options) Encodes the given object as JSON while streaming the string in JSON format to the given writer.