Class PropertyExclusionClassMatcher.DefaultPropertyExclusionClassMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • DefaultPropertyExclusionClassMatcher

        private DefaultPropertyExclusionClassMatcher()
    • Method Detail

      • getMatch

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