Uses of Class
org.apache.axis2.json.moshi.MoshiXMLStreamReader.JsonState
-
Packages that use MoshiXMLStreamReader.JsonState Package Description org.apache.axis2.json.moshi -
-
Uses of MoshiXMLStreamReader.JsonState in org.apache.axis2.json.moshi
Methods in org.apache.axis2.json.moshi that return MoshiXMLStreamReader.JsonState Modifier and Type Method Description static MoshiXMLStreamReader.JsonState
MoshiXMLStreamReader.JsonState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoshiXMLStreamReader.JsonState[]
MoshiXMLStreamReader.JsonState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-