java.lang.Object
org.fuin.objects4j.jsonb.ValueObjectStringJsonbAdapter<org.fuin.ddd4j.core.EntityIdPath>
org.fuin.ddd4j.jsonb.EntityIdPathJsonbAdapter
- All Implemented Interfaces:
jakarta.json.bind.adapter.JsonbAdapter<org.fuin.ddd4j.core.EntityIdPath,String>
@ThreadSafe
public final class EntityIdPathJsonbAdapter
extends org.fuin.objects4j.jsonb.ValueObjectStringJsonbAdapter<org.fuin.ddd4j.core.EntityIdPath>
JAXB and JPA converter for an entity identifier path.
-
Constructor Summary
ConstructorsConstructorDescriptionEntityIdPathJsonbAdapter(org.fuin.ddd4j.core.EntityIdFactory factory) Constructor with factory. -
Method Summary
Methods inherited from class org.fuin.objects4j.jsonb.ValueObjectStringJsonbAdapter
adaptFromJson, adaptToJson
-
Constructor Details
-
EntityIdPathJsonbAdapter
public EntityIdPathJsonbAdapter(org.fuin.ddd4j.core.EntityIdFactory factory) Constructor with factory.- Parameters:
factory- Factory to use.
-