Uses of Interface
is.codion.framework.domain.entity.EntityFormatter
Packages that use EntityFormatter
Package
Description
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
-
Uses of EntityFormatter in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return EntityFormatterMethods in is.codion.framework.domain.entity with parameters of type EntityFormatterModifier and TypeMethodDescriptionEntityDefinition.Builder.formatter(EntityFormatter formatter) Sets the formatter, that is, the function responsible for creating toString() values for this entity type.