Class Meta
java.lang.Object
org.springframework.data.couchbase.core.query.Meta
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<T> Tget(Meta.MetaKey key) <T> @Nullable T<T> TinthashCode()booleanvoidset(Meta.MetaKey key, @Nullable Object value) voidSets or removes the value in case of null or emptyString.voidsetValue(Meta.MetaKey key, @Nullable Object value) values()GetIterableof set meta values.
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
hasValues
public boolean hasValues()- Returns:
-
values
-
setValue
-
setValue
-
set
-
getValue
-
get
-
getValue
-
hashCode
-
equals
-