You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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
  • /HierarchalXMLIntrospector - XMLIntrospector that also looks for superclasses and interfaces .betwixt files

Up to [:Betwixt] Previous [:Betwixt/FrequentlyAskedQuestions]

  • No labels