Package-level declarations

The classes which generate JS code for parsing the separate proto fields from JSON.

Types

Link copied to clipboard
public abstract class FieldGenerator extends JsCodeGenerator
The common base for classes generating the code necessary to parse a specific Protobuf field from JSON.
Link copied to clipboard
public final class FieldGenerators
The helper class which provides the FieldGenerator implementation for the given field.
Link copied to clipboard
public final class FieldToParse
A Protobuf field, which is going to be parsed from a plain JavaScript object to a Protobuf-specific type.