Modifier and Type | Class and Description |
---|---|
private static class |
Modifier and Type | Field and Description |
---|---|
private static final TypeParameterMatcher |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private static Class | |
public static TypeParameterMatcher | |
private static Class | |
public static TypeParameterMatcher | |
public abstract boolean |
NOOP | back to summary |
---|---|
private static final TypeParameterMatcher NOOP |
TypeParameterMatcher | back to summary |
---|---|
pack-priv TypeParameterMatcher() |
fail | back to summary |
---|---|
private static Class |
find | back to summary |
---|---|
public static TypeParameterMatcher find(final Object object, final Class<?> parametrizedSuperclass, final String typeParamName) |
find0 | back to summary |
---|---|
private static Class |
get | back to summary |
---|---|
public static TypeParameterMatcher get(final Class<?> parameterType) |
match | back to summary |
---|---|
public abstract boolean match(Object msg) |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean |
type | back to summary |
---|---|
private final Class<?> type |
ReflectiveMatcher | back to summary |
---|---|
pack-priv ReflectiveMatcher(Class<?> type) |
match | back to summary |
---|---|
public boolean match(Object msg) Implements abstract io.
|