| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
| Constructor and Description |
|---|
IsJsonFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MuleMessage obj) |
boolean |
accept(Object obj) |
boolean |
isValidateParsing() |
protected boolean |
mayBeJSON(String string)
Tests if the String possibly represents a valid JSON String.
|
void |
setValidateParsing(boolean validateParsing) |
protected final transient org.apache.commons.logging.Log logger
public boolean accept(MuleMessage obj)
public boolean accept(Object obj)
public boolean isValidateParsing()
public void setValidateParsing(boolean validateParsing)
protected boolean mayBeJSON(String string)
string - Valid JSON strings are:
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.