Class TagField<E,T>
java.lang.Object
com.redis.om.spring.metamodel.MetamodelField<E,T>
com.redis.om.spring.metamodel.indexed.TagField<E,T>
- All Implemented Interfaces:
Comparator<E>,Function<E,T>
- Direct Known Subclasses:
BooleanField,CollectionField,TextTagField
-
Field Summary
Fields inherited from class com.redis.om.spring.metamodel.MetamodelField
alias, indexed, searchFieldAccessor, targetClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsAll(String... values) containsNone(T value) InPredicate<E,?> length()<R> ArrayPopAction<E,R> pop()<R> ArrayPopAction<E,R> <R> ArrayPopAction<E,R> <R> ArrayPopAction<E,R> <R> ArrayPopAction<E,R> trimToRange(Integer begin, Integer end) Methods inherited from class com.redis.om.spring.metamodel.MetamodelField
apply, asc, compare, desc, getSearchAlias, getSearchFieldAccessor, getTargetClass, isIndexedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TagField
-
-
Method Details
-
eq
-
notEq
-
notEq
-
in
-
containsAll
-
containsNone
-
add
-
insert
-
prepend
-
length
-
indexOf
-
pop
-
pop
-
removeFirst
-
removeLast
-
remove
-
trimToRange
-