Uses of Enum Class
com.sun.faces.util.Json.Option
Packages that use Json.Option
-
Uses of Json.Option in com.sun.faces.util
Methods in com.sun.faces.util that return Json.OptionModifier 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.Methods in com.sun.faces.util with parameters of type Json.OptionModifier 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.