Uses of Class
provided.owlMaps.cefUtils.gson.FuncParamsVoid
Package | Description |
---|---|
provided.owlMaps.cefUtils.gson |
*** FOR INTERNAL USE ONLY! NOTHING IN THIS PACKAGE SHOULD BE DIRECTLY ACCESSED BY DEVELOPER CODE! ***
GSON utilities in support of CEF operations. |
-
Uses of FuncParamsVoid in provided.owlMaps.cefUtils.gson
Subclasses of FuncParamsVoid in provided.owlMaps.cefUtils.gson Modifier and Type Class Description class
FuncParams
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS CLASS! ***
A FuncParamsVoid extended to handle function calls that have a return value.Methods in provided.owlMaps.cefUtils.gson with parameters of type FuncParamsVoid Modifier and Type Method Description protected static void
FuncParamsVoid. writeParams(com.google.gson.Gson gson, com.google.gson.stream.JsonWriter out, FuncParamsVoid funcParams)
*** FOR INTERNAL USE ONLY!! DEVELOPER CODE SHOULD NEVER DIRECTLY USE THIS METHOD! ***
Utility method to write the stored parameters out as JSON using the suppled JsonWriter.