Class EitherXmlAdapter.EitherElement
java.lang.Object
dmx.fun.jakarta.jaxb.EitherXmlAdapter.EitherElement
- Enclosing class:
EitherXmlAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
left
Present when the value isLeft;nullotherwise. -
right
Present when the value isRight;nullotherwise.
-
-
Constructor Details
-
EitherElement
public EitherElement()JAXB-required no-arg constructor.
-