public static class JSONType.Everything extends AbstractType
JSONType.BooleanType, JSONType.DoubleType, JSONType.Empty, JSONType.Everything, JSONType.IntegerType, JSONType.NumberType, JSONType.StringType| Constructor and Description |
|---|
JSONType.Everything() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object obj)
The central method of JSONType; the type encompasses the values for which contains returns true.
|
boolean |
isJSONArray() |
boolean |
isJSONObject() |
boolean |
isJSONPointer() |
boolean |
isJSONPrimitive() |
explain, isOptionalpublic boolean contains(Object obj)
JSONTypecontains in interface JSONTypecontains in class AbstractTypepublic boolean isJSONPrimitive()
public boolean isJSONArray()
public boolean isJSONObject()
public boolean isJSONPointer()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.