Uses of Class
org.apache.camel.quarkus.component.jaxb.it.model.Person
-
Packages that use Person Package Description org.apache.camel.quarkus.component.jaxb.it.model -
-
Uses of Person in org.apache.camel.quarkus.component.jaxb.it.model
Methods in org.apache.camel.quarkus.component.jaxb.it.model that return Person Modifier and Type Method Description PersonObjectFactory. createPerson()Create an instance ofPersonPersonPerson. withAge(Integer value)PersonPerson. withFirstName(String value)PersonPerson. withLastName(String value)
-