Uses of Class
org.restheart.utils.GsonUtils.ObjectBuilder
Packages that use GsonUtils.ObjectBuilder
-
Uses of GsonUtils.ObjectBuilder in org.restheart.exchange
Methods in org.restheart.exchange with parameters of type GsonUtils.ObjectBuilder -
Uses of GsonUtils.ObjectBuilder in org.restheart.utils
Methods in org.restheart.utils that return GsonUtils.ObjectBuilderModifier and TypeMethodDescriptionstatic GsonUtils.ObjectBuilderGsonUtils.ObjectBuilder.builder()static GsonUtils.ObjectBuilderGsonUtils.ObjectBuilder.builder(com.google.gson.JsonObject obj) static GsonUtils.ObjectBuilderGsonUtils.object()alias for ObjectBuilder.builder()static GsonUtils.ObjectBuilderGsonUtils.object(com.google.gson.JsonObject obj) alias for ObjectBuilder.builder()GsonUtils.ObjectBuilder.put(String key, GsonUtils.ArrayBuilder builder) GsonUtils.ObjectBuilder.putAll(com.google.gson.JsonObject other) Methods in org.restheart.utils with parameters of type GsonUtils.ObjectBuilderModifier and TypeMethodDescriptionGsonUtils.ArrayBuilder.add(GsonUtils.ObjectBuilder... builders)