-
Notifications
You must be signed in to change notification settings - Fork 38
Includes Configuration
highsource edited this page Dec 22, 2014
·
1 revision
<jsonix:includes>
...
<jsonix:type name="SomeType"/>
...
<jsonix:property name="AnotherType.someProperty"/>
...
<jsonix:element name="my:element"/>
...
<jsonix:dependencies-of-mapping ... />
...
</jsonix:includes>
Includes types, properties, global elements or dependencies of other mappings into this mapping.
-
type
- include a type, see Including Types. -
property
- includes a property, see Including Properties. -
element
- includes a property, see Including Elements. -
dependencies-of-mapping
- includes dependencies of other mapping, see Including Dependencies of Other Mappings.
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development