jaxb2-annotate-plugin icon indicating copy to clipboard operation
jaxb2-annotate-plugin copied to clipboard

@com.fasterxml.jackson.annotation.JsonTypeInfo in xjb file not adding annotations to jaxb classes.

Open dileepg2k opened this issue 5 years ago • 0 comments
trafficstars

@com.fasterxml.jackson.annotation.JsonTypeInfo in xjb file not adding annotations to jaxb classes though build is success. Please let me know how to add this annotation to jaxb classes trough binding.

	<jaxb:bindings node="//xs:element[@name='Class']">
			<annox:annotate target="field">
				@com.fasterxml.jackson.annotation.JsonTypeInfo(property = "class")
			</annox:annotate>				
           </jaxb:bindings>

Below plugin is used. <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId>

dileepg2k avatar Jun 02 '20 11:06 dileepg2k