THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Betwixt Tips And Hints
- using the same IntrospectionConfiguration instance for the reader and writer will ensure that the configurations are identical
- XMLIntrospector caches the results of introspection (which takes quite a bit of time) and so as long as readers and writers share the same configuration, you'll get better performance if they share the same instance
- /Java5Enums - Converter strategy for converting Java 5 Enums into simple xsd:string types
- /XsdDateTime - Converter strategy for converting java.util.Date into xsd:dateTime, xsd:date, and xsd:time
- /CustomObjectStringConverter - Mediator class for managing many custom converters for many different classes
- /TypeBindingMappingStrategy - ActionMappingStrategy for elements that are simple types, such as Dates and Java 5 Enums
- /HierarchalClassNormalizer - ClassNormalizer that looks for superclasses and interfaces .betwixt files
- /ForwardReferenceChainedBeanCreator - ChainedBeanCreator for handling IDREFs that reference elements that have not yet been unmarshalled
Up to Betwixt Previous Betwixt/FrequentlyAskedQuestions