Uses of Interface
io.inugami.api.models.data.basic.JsonObject
-
-
Uses of JsonObject in io.inugami.api.alertings
Classes in io.inugami.api.alertings that implement JsonObject Modifier and Type Class Description classAlertingResultAlertingResultMethods in io.inugami.api.alertings that return JsonObject Modifier and Type Method Description JsonObjectAlertingResult. cloneObj() -
Uses of JsonObject in io.inugami.api.models
Methods in io.inugami.api.models that return JsonObject Modifier and Type Method Description JsonObjectJsonBuilder. toJsonObject()Method parameters in io.inugami.api.models with type arguments of type JsonObject Modifier and Type Method Description JsonBuilderJsonBuilder. writeListJsonObject(List<? extends JsonObject> values) -
Uses of JsonObject in io.inugami.api.models.data.basic
Classes in io.inugami.api.models.data.basic with type parameters of type JsonObject Modifier and Type Class Description classJsonMap<K extends Serializable,V extends JsonObject>JsonMapclassJsonObjects<TYPE extends JsonObject>JsonObjectsClasses in io.inugami.api.models.data.basic that implement JsonObject Modifier and Type Class Description classJsonJsonclassJsonMap<K extends Serializable,V extends JsonObject>JsonMapclassJsonObjects<TYPE extends JsonObject>JsonObjectsclassJsonStringArrayJsonStringsclassRawJsonObjectRawJsonObjectclassStringJsonStringJsonMethods in io.inugami.api.models.data.basic with type parameters of type JsonObject Modifier and Type Method Description <T extends JsonObject>
TJson. convertToObject(byte[] data, Charset encoding)default <T extends JsonObject>
TJsonObject. convertToObject(byte[] data, Charset encoding)<T extends JsonObject>
TJsonObjects. convertToObject(byte[] data, Charset encoding)<T extends JsonObject>
TStringJson. convertToObject(byte[] data, Charset encoding)Methods in io.inugami.api.models.data.basic that return JsonObject Modifier and Type Method Description static JsonObjectRawJsonObject. buildFromJson(String data)static JsonObjectRawJsonObject. buildFromObject(Object data)JsonObjectJson. cloneObj()JsonObjectJsonMap. cloneObj()default JsonObjectJsonObject. cloneObj()JsonObjectJsonObjects. cloneObj()JsonObjectStringJson. cloneObj() -
Uses of JsonObject in io.inugami.api.models.data.graphite
Classes in io.inugami.api.models.data.graphite that implement JsonObject Modifier and Type Class Description classDataPointDataPoint -
Uses of JsonObject in io.inugami.api.models.data.graphite.number
Subinterfaces of JsonObject in io.inugami.api.models.data.graphite.number Modifier and Type Interface Description interfaceGraphiteNumberGraphiteNumberClasses in io.inugami.api.models.data.graphite.number that implement JsonObject Modifier and Type Class Description classFloatNumberFloatNumberclassLongNumberLongValue -
Uses of JsonObject in io.inugami.api.monitoring.models
Subinterfaces of JsonObject in io.inugami.api.monitoring.models Modifier and Type Interface Description interfaceGenericMonitoringModel -
Uses of JsonObject in io.inugami.api.providers
Methods in io.inugami.api.providers with parameters of type JsonObject Modifier and Type Method Description voidProviderWriter. write(JsonObject data) -
Uses of JsonObject in io.inugami.api.providers.task
Classes in io.inugami.api.providers.task that implement JsonObject Modifier and Type Class Description classEventCompositeResultEventCompositeResult.classProviderFutureResultProviderFutureResultModelclassSseProviderResultSseProviderResultMethods in io.inugami.api.providers.task with type parameters of type JsonObject Modifier and Type Method Description <T extends JsonObject>
Optional<T>ProviderFutureResult. getData()Methods in io.inugami.api.providers.task that return JsonObject Modifier and Type Method Description JsonObjectProviderFutureResult. cloneObj()JsonObjectSseProviderResult. cloneObj()Methods in io.inugami.api.providers.task with parameters of type JsonObject Modifier and Type Method Description ProviderFutureResultBuilderProviderFutureResultBuilder. addData(JsonObject value)Constructors in io.inugami.api.providers.task with parameters of type JsonObject Constructor Description EventCompositeResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)ProviderFutureResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)SseProviderResult(String chanel, String eventName, String message, String errorMessage, boolean error, JsonObject values, String scheduler, List<AlertingResult> alerts)
-