Class TestReflectionImpl
- java.lang.Object
-
- org.apache.camel.quarkus.component.avro.rpc.it.reflection.impl.TestReflectionImpl
-
- All Implemented Interfaces:
TestReflection
public class TestReflectionImpl extends Object implements TestReflection
-
-
Constructor Summary
Constructors Constructor Description TestReflectionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()TestPojogetTestPojo()voidsetName(String name)voidsetTestPojo(TestPojo testPojo)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceTestReflection
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceTestReflection
-
setTestPojo
public void setTestPojo(TestPojo testPojo)
- Specified by:
setTestPojoin interfaceTestReflection
-
getTestPojo
public TestPojo getTestPojo()
- Specified by:
getTestPojoin interfaceTestReflection
-
-