Package io.smallrye.graphql.client.impl
Class SmallRyeGraphQLClientLogging_$logger
- java.lang.Object
-
- io.smallrye.graphql.client.impl.SmallRyeGraphQLClientLogging_$logger
-
- All Implemented Interfaces:
SmallRyeGraphQLClientLogging,Serializable
public class SmallRyeGraphQLClientLogging_$logger extends Object implements SmallRyeGraphQLClientLogging, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.logging.Loggerlog
-
Constructor Summary
Constructors Constructor Description SmallRyeGraphQLClientLogging_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapisNotSet()protected StringapisNotSet$str()protected LocalegetLoggingLocale()voidnoDataInResponse()protected StringnoDataInResponse$str()voidunknownExtensionType(jakarta.json.JsonValue.ValueType valueType)protected StringunknownExtensionType$str()voidunknownPathSegmentType(jakarta.json.JsonValue.ValueType type)protected StringunknownPathSegmentType$str()
-
-
-
Method Detail
-
getLoggingLocale
protected Locale getLoggingLocale()
-
noDataInResponse
public final void noDataInResponse()
- Specified by:
noDataInResponsein interfaceSmallRyeGraphQLClientLogging
-
noDataInResponse$str
protected String noDataInResponse$str()
-
apisNotSet
public final void apisNotSet()
- Specified by:
apisNotSetin interfaceSmallRyeGraphQLClientLogging
-
apisNotSet$str
protected String apisNotSet$str()
-
unknownPathSegmentType
public final void unknownPathSegmentType(jakarta.json.JsonValue.ValueType type)
- Specified by:
unknownPathSegmentTypein interfaceSmallRyeGraphQLClientLogging
-
unknownPathSegmentType$str
protected String unknownPathSegmentType$str()
-
unknownExtensionType
public final void unknownExtensionType(jakarta.json.JsonValue.ValueType valueType)
- Specified by:
unknownExtensionTypein interfaceSmallRyeGraphQLClientLogging
-
unknownExtensionType$str
protected String unknownExtensionType$str()
-
-