Class PropertyNameProcessorMatcher


  • public abstract class PropertyNameProcessorMatcher
    extends java.lang.Object
    Base class for finding a matching PropertyNameProcessor.
    • DEFAULT - matches the target class with equals().
    Author:
    Andres Almiray
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object getMatch​(java.lang.Class target, java.util.Set set)
      Returns the matching class calculated with the target class and the provided set.
      • Methods inherited from class java.lang.Object

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

      • PropertyNameProcessorMatcher

        public PropertyNameProcessorMatcher()
    • Method Detail

      • getMatch

        public abstract java.lang.Object getMatch​(java.lang.Class target,
                                                  java.util.Set set)
        Returns the matching class calculated with the target class and the provided set.
        Parameters:
        target - the target class to match
        set - a set of possible matches