Uses of Record Class
com.example.orderplatform.customers.domain.CustomerRegistration
Packages that use CustomerRegistration
Package
Description
-
Uses of CustomerRegistration in com.example.orderplatform.customers.application
Methods in com.example.orderplatform.customers.application with parameters of type CustomerRegistrationModifier and TypeMethodDescriptionCustomerStore.saveNew(UUID id, CustomerRegistration registration, CustomerStatus status, OffsetDateTime createdAt) Persists a new customer registration. -
Uses of CustomerRegistration in com.example.orderplatform.customers.domain
Methods in com.example.orderplatform.customers.domain that return CustomerRegistrationModifier and TypeMethodDescriptionstatic CustomerRegistrationCreates a validated registration value.