StephenOTT / STIX-Java

STIX 2.x Java Library
MIT License
27 stars 13 forks source link

Support for Generic Custom STIX Object #98

Closed StephenOTT closed 5 years ago

StephenOTT commented 5 years ago

Adds support for generic custom stix object that can capture any non-class defined object.

This ensures that if you are parsing a bundle with a bundleable object that you do not have a class for, then it will still parse as expected into this generic custom stix object class.

StephenOTT commented 5 years ago

Is a WIP, as part of: https://github.com/StephenOTT/STIX-Java/issues/24

StephenOTT commented 5 years ago

work is completed. just testing