简体   繁体   English

在哪里可以找到 XmlJavaTypeAdapter 注释的生产者/提供者/处理器实现?

[英]Where do I find a producer/provider/processor implementation for XmlJavaTypeAdapter annotation?

Where do I find a producer/provider/processor implementation for XmlJavaTypeAdapter annotation?在哪里可以找到 XmlJavaTypeAdapter 注释的生产者/提供者/处理器实现?

There must be some kind of implemetation for this.为此必须有某种实现。

That transforms a String to a class将字符串转换为类

@XmlJavaTypeAdapter(MyIntegerAdapter.class)
private Integer myValue;

Just google it ;) or use/view/decompile this class:只需谷歌它;) 或使用/查看/反编译这个类:

https://docs.oracle.com/javase/7/docs/api/javax/xml/bind/DatatypeConverter.html https://docs.oracle.com/javase/7/docs/api/javax/xml/bind/DatatypeConverter.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java 6注释处理器,带有Filer.createClassFile()实现 - Java 6 annotation processor with Filer.createClassFile() implementation 如何在Gradle中使用自定义Java注释处理器? - How do I use custom Java Annotation Processor in Gradle? Glassfish 5会忽略JAXB @XmlJavaTypeAdapter注释吗? - Glassfish 5 ignores JAXB @XmlJavaTypeAdapter annotation? JAXB 未向 @XMLJavaTypeAdapter 注释添加类型 - JAXB not adding type to @XMLJavaTypeAdapter annotation 如何在java中处理类似“@PathParam(”“)”的java注释? 我们在哪里可以找到该特定注释处理器的源代码? - How are java annotations like “@PathParam(” “) ” processed in java? Where can we find the source code of that particular annotation processor? 如何在 Intellij IDEA 中找到注释的处理器类? - How to find Processor class of an annotation in Intellij IDEA? 如何找到依赖项提供注释处理器 - How to find dependency providing annotation processor 我在哪里可以找到 Selenium 接口的实现? - Where can I find the implementation of Selenium Interfaces? 如何找出正在使用的JAXP实现以及从哪里加载? - How do I find out which JAXP implementation is in use and where it was loaded from? 注释处理器 - Annotation Processor
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM