Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既存の Java クラスを拡張ベースとして使用する型を xsd で定義することは可能ですか?
私の基本クラスには、ビジネス ロジックを含む関数がいくつかあります。自動生成された Bean にもこれらの機能を持たせたいと思います。私が考えることができる唯一の方法は、XSD の型でこの基本クラスを拡張することです。
これは可能ですか?
これを実現するには、 JAXB2 BasicsのInheritance Pluginを使用できます。