Uses of Class
org.jgrapes.webconsole.base.JsonRpc
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
The events used by the web console related components.
-
Uses of JsonRpc in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionAdds the param.JsonRpc.Deserializer.deserialize
(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext ctx) Deserialize.Sets the id.Sets the id.Sets the params.Modifier and TypeMethodDescriptionvoid
JsonRpc.Serializer.serialize
(JsonRpc obj, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider ctx) Serialize.Modifier and TypeMethodDescriptionstatic void
Adds the parameter types for the given method.static void
Specify the types of the parameters for specific methods. -
Uses of JsonRpc in org.jgrapes.webconsole.base.events