2.1.3.6. JsonNodeCreatorΒΆ

A public interface used to create a subclass of JSONSimpleNode. E.g., see primitive.string.StringNodeCreator.

This class is created to hide the implementation of creating a single node and ease the way for JSONNodeFactory to do type deduction.

Classes

JSONNodeCreator()

An interface to create a specific JSONSimpleNode instance.