Class NonIndexedBooleanField<E,T>

java.lang.Object
com.redis.om.spring.metamodel.MetamodelField<E,T>
com.redis.om.spring.metamodel.nonindexed.NonIndexedBooleanField<E,T>
All Implemented Interfaces:
Comparator<E>, Function<E,T>

public class NonIndexedBooleanField<E,T> extends MetamodelField<E,T>
  • Constructor Details

    • NonIndexedBooleanField

      public NonIndexedBooleanField(SearchFieldAccessor field, boolean indexed)
  • Method Details