Class JsonOutput
java.lang.Object
org.mule.extension.jsonlogger.api.pojos.JsonOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanbooleanvoidsetAdditionalProperty(String name, Object value) voidsetContentFieldsDataMasking(String contentFieldsDataMasking) voidsetDisabledFields(String disabledFields) voidsetLogLocationInfo(boolean logLocationInfo) voidsetParseContentFieldsInJsonOutput(boolean parseContentFieldsInJsonOutput) voidsetPrettyPrint(boolean prettyPrint) toString()
-
Constructor Details
-
JsonOutput
public JsonOutput()
-
-
Method Details
-
isPrettyPrint
public boolean isPrettyPrint() -
setPrettyPrint
public void setPrettyPrint(boolean prettyPrint) -
isLogLocationInfo
public boolean isLogLocationInfo() -
setLogLocationInfo
public void setLogLocationInfo(boolean logLocationInfo) -
isParseContentFieldsInJsonOutput
public boolean isParseContentFieldsInJsonOutput() -
setParseContentFieldsInJsonOutput
public void setParseContentFieldsInJsonOutput(boolean parseContentFieldsInJsonOutput) -
getDisabledFields
-
setDisabledFields
-
getContentFieldsDataMasking
-
setContentFieldsDataMasking
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-