Package org.glassfish.admin.rest.utils
Class JsonScope
- java.lang.Object
-
- org.glassfish.admin.rest.utils.JsonScope
-
@Deprecated public class JsonScope extends Object
Deprecated.In 5.182 as this class appears unused.- Author:
- tmoreau
-
-
Constructor Summary
Constructors Constructor Description JsonScope()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbeginArrayAttr(String name)Deprecated.voidbeginArrayElement()Deprecated.voidbeginObjectAttr(String name)Deprecated.voidendArrayAttr()Deprecated.voidendArrayElement()Deprecated.voidendObjectAttr()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
beginObjectAttr
public void beginObjectAttr(String name)
Deprecated.
-
endObjectAttr
public void endObjectAttr()
Deprecated.
-
beginArrayAttr
public void beginArrayAttr(String name)
Deprecated.
-
endArrayAttr
public void endArrayAttr()
Deprecated.
-
beginArrayElement
public void beginArrayElement()
Deprecated.
-
endArrayElement
public void endArrayElement()
Deprecated.
-
-