-
Notifications
You must be signed in to change notification settings - Fork 37
Reserved Keywords
Alexey Valikov edited this page Mar 25, 2015
·
1 revision
In order to avoid syntax errors in the generated code, Jsonix Schema Compiler considers reserved keywords (see below) in type and property names. If such a name is encountered, the compiler will try to correct it to be a valid identifier.
Reserved keywords are:
abstractbooleanbreakbytecasecatchcharclassconstcontinuedefaultdodoubleelseextendsfinalfinallyfloatforgotoifimplementsimportinstanceofintinterfacelongnativenewpackageprivateprotectedpublicreturnshortstaticstrictfpsuperswitchsynchronizedthisthrowthrowstransienttryvoidvolatilewhiletruefalsenullassertenum
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development