Package com.couchbase.client.java.kv
Class LookupInSpecStandard
- java.lang.Object
-
- com.couchbase.client.java.kv.LookupInSpec
-
- com.couchbase.client.java.kv.LookupInSpecStandard
-
public class LookupInSpecStandard extends LookupInSpec
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreSubdocGetCommand
toCore()
Internal operation called from the encoding side that encodes the spec into its internal representation.LookupInSpecStandard
xattr()
-
Methods inherited from class com.couchbase.client.java.kv.LookupInSpec
count, exists, get
-
-
-
-
Method Detail
-
xattr
public LookupInSpecStandard xattr()
-
toCore
@Internal public CoreSubdocGetCommand toCore()
Description copied from class:LookupInSpec
Internal operation called from the encoding side that encodes the spec into its internal representation.- Specified by:
toCore
in classLookupInSpec
-
-