Uses of Class
org.apache.camel.quarkus.component.dozer.it.model.CustomerB.Address
-
Packages that use CustomerB.Address Package Description org.apache.camel.quarkus.component.dozer.it.model -
-
Uses of CustomerB.Address in org.apache.camel.quarkus.component.dozer.it.model
Methods in org.apache.camel.quarkus.component.dozer.it.model that return CustomerB.Address Modifier and Type Method Description CustomerB.AddressCustomerB. getAddress()Methods in org.apache.camel.quarkus.component.dozer.it.model with parameters of type CustomerB.Address Modifier and Type Method Description voidCustomerB. setAddress(CustomerB.Address address)Constructors in org.apache.camel.quarkus.component.dozer.it.model with parameters of type CustomerB.Address Constructor Description CustomerB(String firstName, String lastName, CustomerB.Address address)
-