Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.STP_TypeWithJson_STS
Packages that use STP_TypeWithJson_STS
-
Uses of STP_TypeWithJson_STS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return STP_TypeWithJson_STSModifier and TypeMethodDescriptionSTP_TypeWithJson_STS.Builder.build()STP_MyQueryType_STS.getJsonWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type STP_TypeWithJson_STSModifier and TypeMethodDescriptionSTP_MyQueryType_STS.getJsonsWithInput()STP_TheSubscriptionType_STS.getJsonsWithInput()Methods in org.junittest.allgraphqlcases_server_springconfiguration with parameters of type STP_TypeWithJson_STSModifier and TypeMethodDescriptionDataFetchersDelegateTypeWithJson.jsons(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithJson_STS origin) This method loads the data for TypeWithJson.jsons.TypeWithJsonController.jsons(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TypeWithJson_STS origin) This method loads the data for ${dataFetcher.graphQLType}.jsons.voidSTP_MyQueryType_STS.setJsonWithInput(STP_TypeWithJson_STS jsonWithInput) STP_MyQueryType_STS.Builder.withJsonWithInput(STP_TypeWithJson_STS jsonWithInputParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type STP_TypeWithJson_STSModifier and TypeMethodDescriptionvoidSTP_MyQueryType_STS.setJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInput) voidSTP_TheSubscriptionType_STS.setJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInput) STP_MyQueryType_STS.Builder.withJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInputParam) STP_TheSubscriptionType_STS.Builder.withJsonsWithInput(List<STP_TypeWithJson_STS> jsonsWithInputParam)