Uses of Enum Class
com.attribyte.json.JSONToJsoup.NullBehavior
Packages that use JSONToJsoup.NullBehavior
-
Uses of JSONToJsoup.NullBehavior in com.attribyte.json
Methods in com.attribyte.json that return JSONToJsoup.NullBehaviorModifier and TypeMethodDescriptionstatic JSONToJsoup.NullBehaviorReturns the enum constant of this class with the specified name.static JSONToJsoup.NullBehavior[]JSONToJsoup.NullBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.attribyte.json with parameters of type JSONToJsoup.NullBehaviorModifier and TypeMethodDescriptionstatic org.jsoup.nodes.ElementJSONToJsoup.parse(Reader charStream, String rootElementName, JSONToJsoup.NullBehavior nullBehavior) Parse a JSON document to jsoup nodes.static org.jsoup.nodes.ElementJSONToJsoup.parse(Reader charStream, org.jsoup.nodes.Element rootElem, JSONToJsoup.NullBehavior nullBehavior) Parse a JSON document to jsoup nodes.