-
Notifications
You must be signed in to change notification settings - Fork 38
Excludes Configuration
highsource edited this page Dec 22, 2014
·
1 revision
<jsonix:excludes>
...
<jsonix:type name="SomeType"/>
...
<jsonix:property name="AnotherType.someProperty"/>
...
<jsonix:element name="my:element"/>
...
</jsonix:excludes>
Excludes types, properties or global elements from this mapping.
-
type
- excludes a type, see Excluding Types. -
property
- excludes a property, see Excluding Properties. -
element
- excludes a property, see Excluding Elements.
- Usage
- Basic Concepts
- Generation
- Configuration
- Advanced Topics
- Sample Projects
- Troubleshooting
- Development