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