Annotation Type DOMTextNodePropertyName


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DOMTextNodePropertyName
    Convert the named bean property as XML text node. A bean can only have one property as text node.
    Author:
    klausj
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean asCDATANode  
    • Element Detail

      • value

        java.lang.String value
      • asCDATANode

        boolean asCDATANode
        Default:
        false