Uses of Class
io.smallrye.graphql.spi.config.LogPayloadOption
-
Packages that use LogPayloadOption Package Description io.smallrye.graphql.spi.config -
-
Uses of LogPayloadOption in io.smallrye.graphql.spi.config
Methods in io.smallrye.graphql.spi.config that return LogPayloadOption Modifier and Type Method Description default LogPayloadOptionConfig. logPayload()static LogPayloadOptionLogPayloadOption. valueOf(String name)Returns the enum constant of this type with the specified name.static LogPayloadOption[]LogPayloadOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-