java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,TYPE>
org.fuin.objects4j.jaxb.ValueObjectStringXmlAdapter<org.fuin.ddd4j.core.EntityIdPath>
org.fuin.ddd4j.jaxb.EntityIdPathXmlAdapter
@ThreadSafe
public final class EntityIdPathXmlAdapter
extends org.fuin.objects4j.jaxb.ValueObjectStringXmlAdapter<org.fuin.ddd4j.core.EntityIdPath>
JAXB adapter for an entity identifier path.
-
Constructor Summary
ConstructorsConstructorDescriptionEntityIdPathXmlAdapter(org.fuin.ddd4j.core.EntityIdFactory factory) Constructor with factory. -
Method Summary
Methods inherited from class org.fuin.objects4j.jaxb.ValueObjectStringXmlAdapter
marshal, unmarshal
-
Constructor Details
-
EntityIdPathXmlAdapter
public EntityIdPathXmlAdapter(org.fuin.ddd4j.core.EntityIdFactory factory) Constructor with factory.- Parameters:
factory- Factory to use.
-