Package io.smallrye.graphql.client.impl
Class SmallRyeGraphQLClientMessages_$bundle
- java.lang.Object
-
- io.smallrye.graphql.client.impl.SmallRyeGraphQLClientMessages_$bundle
-
- All Implemented Interfaces:
SmallRyeGraphQLClientMessages,Serializable
public class SmallRyeGraphQLClientMessages_$bundle extends Object implements SmallRyeGraphQLClientMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SmallRyeGraphQLClientMessages_$bundleINSTANCE-
Fields inherited from interface io.smallrye.graphql.client.impl.SmallRyeGraphQLClientMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmallRyeGraphQLClientMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final SmallRyeGraphQLClientMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
cannotParseResponse$str
protected String cannotParseResponse$str()
-
cannotParseResponse
public final RuntimeException cannotParseResponse(String response, Throwable cause)
- Specified by:
cannotParseResponsein interfaceSmallRyeGraphQLClientMessages
-
urlNotConfiguredForNamedClient$str
protected String urlNotConfiguredForNamedClient$str()
-
urlNotConfiguredForNamedClient
public final NoSuchElementException urlNotConfiguredForNamedClient(String name)
- Specified by:
urlNotConfiguredForNamedClientin interfaceSmallRyeGraphQLClientMessages
-
urlNotConfiguredForProgrammaticClient$str
protected String urlNotConfiguredForProgrammaticClient$str()
-
urlNotConfiguredForProgrammaticClient
public final NoSuchElementException urlNotConfiguredForProgrammaticClient()
- Specified by:
urlNotConfiguredForProgrammaticClientin interfaceSmallRyeGraphQLClientMessages
-
noDataInResponse$str
protected String noDataInResponse$str()
-
noDataInResponse
public final NoSuchElementException noDataInResponse()
- Specified by:
noDataInResponsein interfaceSmallRyeGraphQLClientMessages
-
fieldNotFoundInResponse$str
protected String fieldNotFoundInResponse$str()
-
fieldNotFoundInResponse
public final NoSuchElementException fieldNotFoundInResponse(String field, Set<String> availableFields)
- Specified by:
fieldNotFoundInResponsein interfaceSmallRyeGraphQLClientMessages
-
unexpectedValueInResponse$str
protected String unexpectedValueInResponse$str()
-
unexpectedValueInResponse
public final RuntimeException unexpectedValueInResponse(String path, String value)
- Specified by:
unexpectedValueInResponsein interfaceSmallRyeGraphQLClientMessages
-
responseContainsSingleObject$str
protected String responseContainsSingleObject$str()
-
responseContainsSingleObject
public final IllegalArgumentException responseContainsSingleObject(String field)
- Specified by:
responseContainsSingleObjectin interfaceSmallRyeGraphQLClientMessages
-
responseContainsArray$str
protected String responseContainsArray$str()
-
responseContainsArray
public final IllegalArgumentException responseContainsArray(String field)
- Specified by:
responseContainsArrayin interfaceSmallRyeGraphQLClientMessages
-
fieldRecursionFound$str
protected String fieldRecursionFound$str()
-
fieldRecursionFound
public final IllegalStateException fieldRecursionFound()
- Specified by:
fieldRecursionFoundin interfaceSmallRyeGraphQLClientMessages
-
cannotInstantiateDomainObject$str
protected String cannotInstantiateDomainObject$str()
-
cannotInstantiateDomainObject
public final RuntimeException cannotInstantiateDomainObject(String object, Throwable t)
- Specified by:
cannotInstantiateDomainObjectin interfaceSmallRyeGraphQLClientMessages
-
missingDataForOperation$str
protected String missingDataForOperation$str()
-
missingDataForOperation
public final RuntimeException missingDataForOperation(String operation)
- Specified by:
missingDataForOperationin interfaceSmallRyeGraphQLClientMessages
-
nullResponseBody$str
protected String nullResponseBody$str()
-
nullResponseBody
public final InvalidResponseException nullResponseBody()
- Specified by:
nullResponseBodyin interfaceSmallRyeGraphQLClientMessages
-
-