jaxb
How to (de-)serialize an object with JAXB/SCALA when an @XmlJavaTypeAdapter is needed?
I need help using JAXB to (de-)serialize a Polygon of the JTS Library: When implementing the class PolygonAdapter extends XmlAdapter[String,Polygon] {...}[详细]
2023-04-01 14:07 分类:问答JAXB XJC - XPath evaluation results in empty target node?
I\'ve got the following simple XSD document (foo.xsd): <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-01 11:48 分类:问答XJC Generating Integer Instead of int
The following schema should be generating two primitive int fields in a Value class, but instead generates a primitive int for the element and java.lang.Integer for the attribute.[详细]
2023-04-01 01:37 分类:问答What xmlAdapter use JAXB to unmarshlad base64Binary
when I use hexBinary in xsd schema JAXB use HexBinaryAdapter to convert it into byte. But how JAXB convert when I use base64Binary in XSD schema ? there is no XmlAdapter. He use default xmlAdapter or[详细]
2023-03-31 21:50 分类:问答java: use two version of the same lib in one webapp
I\'m facing the following problem: I have one module in my webapp that needs jaxb开发者_运维知识库 1.x and the other module needs jaxb 2.x. The first module doesn\'t work with the new version of jaxb,[详细]
2023-03-31 21:30 分类:问答wsimport doesnt generate code related to soap headers
I\'m generating client java code from a wsdl using \'wsimport\'. The wsdl has soap:header in the operation definitions like this[详细]
2023-03-31 19:51 分类:问答globalBindings super class
I have problem with supperClass for globalBindings. My jaxb configuration: <jxb:bindings version=\"开发者_StackOverflow中文版1.0\" xmlns:jxb=\"http://java.sun.com/xml/ns/jaxb\" xmlns:xs=\"http:/[详细]
2023-03-31 19:18 分类:问答Generating XSD schemas from JAXB types in Maven?
I\'m trying to basically generate XSD schemas from my model classes annotated in JAXB using a Maven plugin. Here\'s the relevant code in my POM:[详细]
2023-03-31 17:34 分类:问答Is it possible to generate a XSD from a JAXB-annotated class?
I\'ve written a number of classes using JAXB for serialization and I was wondering if there was a way to generate a XSD file for each of these objects based on the annotations. Is there a tool for thi[详细]
2023-03-31 16:47 分类:问答Marshall object field as attribute
开发者_如何学运维Here is what I have so far to marshall my POJO using JAXB : @XmlRootElement public class Local {[详细]
2023-03-31 15:08 分类:问答