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