ニュース
JAXBアノテーションクラスのインスタンスをJSONにエンコードする方法
JAXBアノテーションクラスのインスタンスをJSONにエンコードするには、ObjectMapper#setAnnotationIntrospector(AnnotationIntrospector)
を使ってJaxbAnnotationIntrospector
を指定する。
JAXBアノテーションクラスのインスタンスをJSONにエンコードするには、ObjectMapper#setAnnotationIntrospector(AnnotationIntrospector)
を使ってJaxbAnnotationIntrospector
を指定する。