Uses of Interface
is.codion.framework.json.domain.EntityObjectMapperFactory
Packages that use EntityObjectMapperFactory
-
Uses of EntityObjectMapperFactory in is.codion.framework.json.domain
Classes in is.codion.framework.json.domain that implement EntityObjectMapperFactoryModifier and TypeClassDescriptionclass
A defaultEntityObjectMapperFactory
implementation, extend to add custom serialisers/deserializers.Methods in is.codion.framework.json.domain that return EntityObjectMapperFactoryModifier and TypeMethodDescriptionstatic EntityObjectMapperFactory
EntityObjectMapperFactory.instance
(DomainType domainType) Returns the first availableEntityObjectMapperFactory
instance compatible with the given domain type, if no such mapper factory is available a default one, compatible with all domain models, is returned.