unmarshalling
JAXB unmarshall to multiple pojo's
I was trying to figure out if it is possible to unmarshall an xml element to multiple pojos. for example:[详细]
2023-03-01 02:02 分类:问答What is the ObjectFactory role during JAXB-Unmarshalling?
I\'m using JAXB 2.2.2 to parse a simple XML-REST stream. This is the piece of code: JAXBContext jc = JAXBContext.newInstance( \"com.example.entities\" );[详细]
2023-02-28 19:30 分类:问答ClassNotFoundException on Marshal.load
I\'m trying to do a marshal dump and load in Scala... import scala.util.Marshal case class Test(test: String)[详细]
2023-02-28 14:17 分类:问答JAXB Unmarshalling to entities error
I have an issue unmarshalling a xml stream to entities. My foreign keys never get set to an object with the proper primary key, they just get set to an emtpy object.[详细]
2023-02-28 02:07 分类:问答How to Know Schema Before Unmarshalling
Scenario: I am trying to refactor a code, which asks user to choose an xml file, which suppose to adhere to any of the 2 given schemas. Right now, the code is trying to unmarshal it using Schema A Un[详细]
2023-02-24 22:45 分类:问答JAXB unmarshall a collection
I have an XML doc: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <Log> <logEntry> <severity>WARN</severity>[详细]
2023-02-24 11:01 分类:问答@XmlElements and @XmlJavaTypeAdapter not working together
I\'m having a small problem with JAXB unmarshalling in that my input XML can be wrapped by one of two elements, for example:[详细]
2023-02-22 17:46 分类:问答Create a Pool of JAXB Unmarshaller
I was looking around to find a way to improve JAXB Unmarshalling performances processing huge sets of files and found the following advice:[详细]
2023-02-21 13:46 分类:问答What is the benefit of JAXB over XSLT?
I\'ve been going over this in my head and trying out different approaches for a few days now and I\'ve searched SO (see What is best practice in converting XML to Java object?) and also Google for usi[详细]
2023-02-21 04:13 分类:问答Problems parsing webservice response (Metro/JAXB)
I have generated a Metro/JAXB client from a WSDL before and the marshalling/unmarshalling of the Java classes to/from SOAP/XML worked without any issues.I have generated a new client and there seems t[详细]
2023-02-17 12:22 分类:问答