Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.reflection.TestPojo
-
Packages that use TestPojo Package Description org.apache.camel.quarkus.component.avro.rpc.it.reflection org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl -
-
Uses of TestPojo in org.apache.camel.quarkus.component.avro.rpc.it.reflection
Methods in org.apache.camel.quarkus.component.avro.rpc.it.reflection that return TestPojo Modifier and Type Method Description TestPojoTestReflection. getTestPojo()Methods in org.apache.camel.quarkus.component.avro.rpc.it.reflection with parameters of type TestPojo Modifier and Type Method Description voidTestReflection. setTestPojo(TestPojo testPojo) -
Uses of TestPojo in org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl
Fields in org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl declared as TestPojo Modifier and Type Field Description (package private) TestPojoTestReflectionImpl. testPojoMethods in org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl that return TestPojo Modifier and Type Method Description TestPojoTestReflectionImpl. getTestPojo()Methods in org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl with parameters of type TestPojo Modifier and Type Method Description voidTestReflectionImpl. setTestPojo(TestPojo testPojo)
-