Interface ValueMatcher

All Known Implementing Classes:
DeferredValueMatcher, SimpleValueMatcher

public interface ValueMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Class<?> parentEntityType, String propertyName, Object value)
     
  • Method Details

    • matches

      boolean matches(Class<?> parentEntityType, String propertyName, Object value)