Class ServiceLocatorUtilities.AliasFilter

java.lang.Object
org.glassfish.hk2.utilities.ServiceLocatorUtilities.AliasFilter
All Implemented Interfaces:
Filter
Enclosing class:
ServiceLocatorUtilities

private static class ServiceLocatorUtilities.AliasFilter extends Object implements Filter
  • Field Details

  • Constructor Details

  • Method Details

    • matches

      public boolean matches(Descriptor d)
      Description copied from interface: Filter
      Returns true if this filter matches the given object
      Specified by:
      matches in interface Filter
      Parameters:
      d - The object to match against this filter. May not be null
      Returns:
      true if this filter matches the object