Uses of Class
io.awspring.spring.data.examples.model.Address
Packages that use Address
-
Uses of Address in io.awspring.spring.data.examples.model
Methods in io.awspring.spring.data.examples.model that return AddressModifier and TypeMethodDescriptionCustomer.getAddress()Order.getShippingAddress()static AddressMethods in io.awspring.spring.data.examples.model with parameters of type AddressModifier and TypeMethodDescriptionstatic Customerstatic OrderOrder.of(String customerId, String orderId, Instant createdAt, OrderStatus status, BigDecimal total, Address shippingAddress) voidCustomer.setAddress(Address address) voidOrder.setShippingAddress(Address shippingAddress)