Class TheSubscriptionType
java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TheSubscriptionType
A mono line description for TheSubscriptionType
- Author:
- generated by graphql-java-generator
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Builder that helps building instance of this POJO. -
Constructor Summary
ConstructorsConstructorDescriptionGenerated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java) -
Method Summary
Modifier and TypeMethodDescriptionstatic TheSubscriptionType.Builderbuilder()Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)test for issue #139 (use of java reserved keyword)getIf()issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedcom.fasterxml.jackson.databind.node.ObjectNodegetJson()Test of JSON scalar, for issue #205List<com.fasterxml.jackson.databind.node.ObjectNode>getJsons()getNull()Issue #188: null is not identified as a java keywordWill be notified for each Human added to this EpisodeIssue 54A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientIssue 122: Check Subscription behavior when notification response is nullvoidsetAllGraphQLCasesInput(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)voidsetAllGraphQLCasesParam(AllFieldCases allGraphQLCasesParam) voidsetEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword)voidvoidsetImplements(String _implements) voidsetIssue53(Date issue53) issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserializedvoidsetJson(com.fasterxml.jackson.databind.node.ObjectNode json) Test of JSON scalar, for issue #205voidvoidsetJsonsWithInput(List<TypeWithJson> jsonsWithInput) voidsetListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) voidIssue #188: null is not identified as a java keywordvoidsetObjectsWithInput(List<TypeWithObject> objectsWithInput) voidsetReturnEnum(EnumWithReservedJavaKeywordAsValues returnEnum) voidsetReturnListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfEnums) voidsetReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) voidsetReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) voidsetReturnMandatoryEnum(EnumWithReservedJavaKeywordAsValues returnMandatoryEnum) voidsetReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) voidsetReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnums) voidsetSubscribeNewHumanForEpisode(Human subscribeNewHumanForEpisode) Will be notified for each Human added to this EpisodevoidsetSubscribeToAList(List<Integer> subscribeToAList) Issue 54voidsetSubscribeToAListOfScalars(List<Date> subscribeToAListOfScalars) voidsetSubscriptionTest(String subscriptionTest) A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's clientvoidsetSubscriptionWithNullResponse(String subscriptionWithNullResponse) Issue 122: Check Subscription behavior when notification response is nulltoString()
-
Constructor Details
-
TheSubscriptionType
public TheSubscriptionType()Generated by the 'OBJECT' default template from graphql-java-generator (templates/object_type.vm.java)
-
-
Method Details
-
setSubscribeNewHumanForEpisode
Will be notified for each Human added to this Episode -
getSubscribeNewHumanForEpisode
Will be notified for each Human added to this Episode -
setSubscribeToAList
Issue 54 -
getSubscribeToAList
Issue 54 -
setSubscribeToAListOfScalars
-
getSubscribeToAListOfScalars
-
setIssue53
issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
getIssue53
issue53 is about custom scalars as parameter for a query/mutation/subscription, that was not properly serialized/deserialized -
setAllGraphQLCasesInput
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
getAllGraphQLCasesInput
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization) -
setAllGraphQLCasesParam
-
getAllGraphQLCasesParam
-
setSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
getSubscriptionTest
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client -
setReturnEnum
-
getReturnEnum
-
setReturnMandatoryEnum
-
getReturnMandatoryEnum
-
setReturnListOfEnums
-
getReturnListOfEnums
-
setReturnListOfMandatoryEnums
public void setReturnListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnListOfMandatoryEnums) -
getReturnListOfMandatoryEnums
-
setReturnListOfListOfEnums
public void setReturnListOfListOfEnums(List<List<EnumWithReservedJavaKeywordAsValues>> returnListOfListOfEnums) -
getReturnListOfListOfEnums
-
setReturnMandatoryListOfEnums
public void setReturnMandatoryListOfEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfEnums) -
getReturnMandatoryListOfEnums
-
setReturnMandatoryListOfMandatoryEnums
public void setReturnMandatoryListOfMandatoryEnums(List<EnumWithReservedJavaKeywordAsValues> returnMandatoryListOfMandatoryEnums) -
getReturnMandatoryListOfMandatoryEnums
-
setSubscriptionWithNullResponse
Issue 122: Check Subscription behavior when notification response is null -
getSubscriptionWithNullResponse
Issue 122: Check Subscription behavior when notification response is null -
setEnumWithReservedJavaKeywordAsValues
public void setEnumWithReservedJavaKeywordAsValues(EnumWithReservedJavaKeywordAsValues enumWithReservedJavaKeywordAsValues) test for issue #139 (use of java reserved keyword) -
getEnumWithReservedJavaKeywordAsValues
test for issue #139 (use of java reserved keyword) -
setListOfEnumWithReservedJavaKeywordAsValues
public void setListOfEnumWithReservedJavaKeywordAsValues(List<EnumWithReservedJavaKeywordAsValues> listOfEnumWithReservedJavaKeywordAsValues) -
getListOfEnumWithReservedJavaKeywordAsValues
-
setIf
-
getIf
-
setImplements
-
getImplements
-
setNull
Issue #188: null is not identified as a java keyword -
getNull
Issue #188: null is not identified as a java keyword -
setJson
public void setJson(com.fasterxml.jackson.databind.node.ObjectNode json) Test of JSON scalar, for issue #205 -
getJson
public com.fasterxml.jackson.databind.node.ObjectNode getJson()Test of JSON scalar, for issue #205 -
setJsons
-
getJsons
-
setJsonsWithInput
-
getJsonsWithInput
-
setObjectsWithInput
-
getObjectsWithInput
-
toString
-
builder
-