Class StarFilter
java.lang.Object
org.glassfish.hk2.internal.StarFilter
- All Implemented Interfaces:
Filter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StarFilterGets the static instance of this filterbooleanReturns true if this filter matches the given object
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
StarFilter
public StarFilter()
-
-
Method Details
-
getDescriptorFilter
Gets the static instance of this filter- Returns:
- The static instance of the star filter
-
matches
Description copied from interface:FilterReturns true if this filter matches the given object
-