Uses of Class
org.tquadrat.foundation.jsonbuilder.internal.JSONBuilderImpl
Packages that use JSONBuilderImpl
Package
Description
The internal implementation classes for the Foundation JSON Builder
library.
-
Uses of JSONBuilderImpl in org.tquadrat.foundation.jsonbuilder.internal
Fields in org.tquadrat.foundation.jsonbuilder.internal declared as JSONBuilderImplModifier and TypeFieldDescriptionprivate final JSONBuilderImplJSONArrayImpl.m_BuilderThe reference to theJSONBuilderthat was used to create thisJSONObject, and that is used to create the members.private final JSONBuilderImplJSONObjectImpl.m_BuilderThe reference to theJSONBuilderthat was used to create thisJSONObject, and that is used to create the members.Constructors in org.tquadrat.foundation.jsonbuilder.internal with parameters of type JSONBuilderImplModifierConstructorDescriptionJSONArrayImpl(JSONBuilderImpl builder) Creates a new instance ofJSONArrayImpl.JSONObjectImpl(JSONBuilderImpl builder) Creates a new instance ofJSONObjectImpl.
