public Generator() { fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the TypeNativeData class", false); fieldGeneratorUberProduct = new UberCompositeProductJSON.HoldingGenerator("field \"UberProduct\" of the TypeNativeData class", false); fieldGeneratorUberRequest = new UberCompositeRequestJSON.HoldingGenerator("field \"UberRequest\" of the TypeNativeData class", false); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the TypeNativeData class"); allow_incomplete = false; allow_unpolished = false; }
public Generator(bool ignore_extras) { fieldGeneratorUberRequestsSpec = new UberRequestsSpecJSON.HoldingGenerator("field \"UberRequestsSpec\" of the TypeNativeData class", ignore_extras); fieldGeneratorUberProduct = new UberCompositeProductJSON.HoldingGenerator("field \"UberProduct\" of the TypeNativeData class", ignore_extras); fieldGeneratorErrors = new UberRequestFatalErrorsJSON.HoldingGenerator("field \"Errors\" of the TypeNativeData class", ignore_extras); unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras); set_what("the TypeNativeData class"); allow_incomplete = false; allow_unpolished = false; }