Class KeyPropertyValuePresenceValidator

  • All Implemented Interfaces:
    ItemSearchRequestValidator

    public class KeyPropertyValuePresenceValidator
    extends java.lang.Object
    implements ItemSearchRequestValidator
    A validator that ensures presence of all key properties values in cases when search is done by the item key, i.e. unique item search.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(ItemSearchRequest request)
      Validates the specified item search request and rejects it by throwing an exception, if the specified request does not meet certain criteria.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyPropertyValuePresenceValidator

        public KeyPropertyValuePresenceValidator()