-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Sometimes I got xml files that contain self-closing tag like <element /> in order to indicate whether the data is checked at element. I checked the docs, but I found no way to check that tag is existed or not. To deal with that, I must define one empty object and use @Element() above the attribute using my object type. So my question is do we any ways to check tags existed or not by name? If not, do we have any better solutions than mine?
Many thanks.
Metadata
Metadata
Assignees
Labels
No labels