twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
484 stars 425 forks source link

chore: setup for XML deserialization #660

Closed bcanseco closed 2 years ago

bcanseco commented 2 years ago

This PR adds an ObjectMapper accessible to all TwiML Builder subclasses. It also annotates the builder's addText method. Both of these changes are necessary for the upcoming XML deserialization support for TwiML (see internal PR).

Checklist