Class AdapterContainerFilter

    • Constructor Detail

      • AdapterContainerFilter

        public AdapterContainerFilter​(Class clazz)
    • Method Detail

      • match

        public boolean match​(IContainer containerToMatch)
        Description copied from interface: IContainerFilter
        Match a given containerToMatch against some set of implementation-defined criteria.
        Specified by:
        match in interface IContainerFilter
        Parameters:
        containerToMatch - the containerToMatch. Will not be null.
        Returns:
        boolean true if the given containerToMatch fulfills some implementation-dependent criteria. false if not.
      • getMatchResult

        public Object getMatchResult()