Uses of Class
com.redis.lettucemod.search.Field.Type
-
Packages that use Field.Type Package Description com.redis.lettucemod.search -
-
Uses of Field.Type in com.redis.lettucemod.search
Fields in com.redis.lettucemod.search declared as Field.Type Modifier and Type Field Description protected Field.TypeField. typeMethods in com.redis.lettucemod.search that return Field.Type Modifier and Type Method Description Field.TypeField. getType()static Field.TypeField.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Field.Type[]Field.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.redis.lettucemod.search with parameters of type Field.Type Constructor Description Field(Field.Type type, Field.Builder<K,?> builder)
-