public <T> JaxBeanInfo<T> getBeanInfo(Class<T> clazz) throws JAXBException {
   return context.getBeanInfo(clazz, true);
 }