Uses of Class
com.couchbase.client.core.logging.RedactableArgument.ArgumentType
-
Packages that use RedactableArgument.ArgumentType Package Description com.couchbase.client.core.logging -
-
Uses of RedactableArgument.ArgumentType in com.couchbase.client.core.logging
Methods in com.couchbase.client.core.logging that return RedactableArgument.ArgumentType Modifier and Type Method Description RedactableArgument.ArgumentType
RedactableArgument. type()
The type of this redactable argument.static RedactableArgument.ArgumentType
RedactableArgument.ArgumentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedactableArgument.ArgumentType[]
RedactableArgument.ArgumentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-