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 TypeClassDescriptionclassA defaultEntityObjectMapperFactoryimplementation, extend to add custom serialisers/deserializers.Methods in is.codion.framework.json.domain that return EntityObjectMapperFactoryModifier and TypeMethodDescriptionstatic EntityObjectMapperFactoryEntityObjectMapperFactory.instance(DomainType domainType) Returns the first availableEntityObjectMapperFactoryinstance compatible with the given domain type, if no such mapper factory is available a default one, compatible with all domain models, is returned.