Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration.CTP_TBar12_CTS
Packages that use CTP_TBar12_CTS
-
Uses of CTP_TBar12_CTS in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CTP_TBar12_CTSModifier and TypeMethodDescriptionCTP_TBar12_CTS.Builder.build()CTP_TFoo12_CTS.getBar()The 'bar' field is a valid GraphQL field.CTP_TFoo3_CTS.getBar()Methods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CTP_TBar12_CTSModifier and TypeMethodDescriptionvoidCTP_TFoo12_CTS.setBar(CTP_TBar12_CTS bar) The 'bar' field is a valid GraphQL field.voidCTP_TFoo3_CTS.setBar(CTP_TBar12_CTS bar)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.CTP_TFoo12_CTS.Builder.withBar(CTP_TBar12_CTS barParam) The 'bar' field is a valid GraphQL field.CTP_TFoo3_CTS.Builder.withBar(CTP_TBar12_CTS barParam)