public static final class NoInstancesFilter.DefaultFilter extends Object implements NoInstancesFilter
NoInstancesFilter.DefaultFilter| Constructor and Description |
|---|
DefaultFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Class<?> clazz)
Returns
true if the specified class does not provide instances of
itself through automatic invocation of a constructor. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenableNoInstancesFilterpublic boolean matches(Class<?> clazz)
NoInstancesFiltertrue if the specified class does not provide instances of
itself through automatic invocation of a constructor.matches in interface NoInstancesFilterCopyright © 2009–2022 Oracle Corporation. All rights reserved.