Uses of Class
org.bremersee.http.codec.xml.model.xml4.Address
-
Packages that use Address Package Description org.bremersee.http.codec.xml.app org.bremersee.http.codec.xml.model.xml4 -
-
Uses of Address in org.bremersee.http.codec.xml.app
Methods in org.bremersee.http.codec.xml.app that return types with arguments of type Address Modifier and Type Method Description reactor.core.publisher.Flux<Address>XmlController. postAddress(Address model)Post address flux.Methods in org.bremersee.http.codec.xml.app with parameters of type Address Modifier and Type Method Description reactor.core.publisher.Flux<Address>XmlController. postAddress(Address model)Post address flux. -
Uses of Address in org.bremersee.http.codec.xml.model.xml4
Methods in org.bremersee.http.codec.xml.model.xml4 that return Address Modifier and Type Method Description AddressObjectFactory. createAddress()Create address.
-