public interface JSONType
org.mule.common.metadata.parser.json.JSONType.contains method on values to see if each
value is in the type.| Modifier and Type | Interface and Description |
|---|---|
static class |
JSONType.BooleanType |
static class |
JSONType.DoubleType |
static class |
JSONType.Empty |
static class |
JSONType.Everything |
static class |
JSONType.IntegerType |
static class |
JSONType.NumberType |
static class |
JSONType.StringType |
| 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.
|
String |
explain(Object obj)
Returns a non-null String explanation, suitable for display to a user, explaining why the given object fails to conform to the JSONType's contains method.
|
boolean |
isJSONArray() |
boolean |
isJSONObject() |
boolean |
isJSONPointer() |
boolean |
isJSONPrimitive() |
boolean |
isOptional() |
boolean contains(Object obj)
String explain(Object obj)
boolean isOptional()
boolean isJSONPrimitive()
boolean isJSONArray()
boolean isJSONObject()
boolean isJSONPointer()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.