Want to know, having a class without any annotation, how the jaxb unmarshall the xml data to class.
I found it can take the following
If I have an node “label” in the xml
I have “_label” field in the class and “getLabel” and “setLabel” method.
jaxb can unmarshall it sucsessully. Just want to know its default rule.
The following is from the JAXB 2 specification (JSR-222):