Uses of Record Class
be.appify.prefab.example.sale.Address
Packages that use Address
Package
Description
-
Uses of Address in be.appify.prefab.example.sale
Methods in be.appify.prefab.example.sale that return AddressModifier and TypeMethodDescription@NotNull AddressCustomer.address()Returns the value of theaddressrecord component.Constructors in be.appify.prefab.example.sale with parameters of type AddressModifierConstructorDescriptionCustomer(@NotNull PersonName name, @NotNull Address address, @NotNull String email) Customer(String id, long version, @NotNull PersonName name, @NotNull Address address, @NotNull String email) Creates an instance of aCustomerrecord class. -
Uses of Address in be.appify.prefab.example.sale.application
Methods in be.appify.prefab.example.sale.application that return AddressModifier and TypeMethodDescription@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") @Valid AddressCreateCustomerRequest.address()Returns the value of theaddressrecord component.Constructors in be.appify.prefab.example.sale.application with parameters of type AddressModifierConstructorDescriptionCreateCustomerRequest(@NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") @Valid PersonName name, @NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") @Valid Address address, @NotNull(payload={},groups={},message="{jakarta.validation.constraints.NotNull.message}") @Size(max=255) String email) Creates an instance of aCreateCustomerRequestrecord class. -
Uses of Address in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http that return AddressModifier and TypeMethodDescriptionCustomerResponse.address()Returns the value of theaddressrecord component.Constructors in be.appify.prefab.example.sale.infrastructure.http with parameters of type AddressModifierConstructorDescriptionCustomerResponse(String id, long version, PersonName name, Address address, String email) Creates an instance of aCustomerResponserecord class.