static InvokeMatcher |
InvokeMatcher.any() |
static InvokeMatcher |
InvokeMatcher.any(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.any(MatchFunction matcher) |
static InvokeMatcher |
InvokeMatcher.anyArray() |
static InvokeMatcher |
InvokeMatcher.anyArrayOf(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.anyBoolean() |
static InvokeMatcher |
InvokeMatcher.anyByte() |
static InvokeMatcher |
InvokeMatcher.anyChar() |
static InvokeMatcher |
InvokeMatcher.anyCollection() |
static InvokeMatcher |
InvokeMatcher.anyCollectionOf(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.anyDouble() |
static InvokeMatcher |
InvokeMatcher.anyFloat() |
static InvokeMatcher |
InvokeMatcher.anyInt() |
static InvokeMatcher |
InvokeMatcher.anyIterable() |
static InvokeMatcher |
InvokeMatcher.anyIterableOf(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.anyList() |
static InvokeMatcher |
InvokeMatcher.anyListOf(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.anyLong() |
static InvokeMatcher |
InvokeMatcher.anyMap() |
static InvokeMatcher |
InvokeMatcher.anyMapOf(Class<?> keyClass,
Class<?> valueClass) |
static InvokeMatcher |
InvokeMatcher.anyNumber() |
static InvokeMatcher |
InvokeMatcher.anySet() |
static InvokeMatcher |
InvokeMatcher.anySetOf(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.anyShort() |
static InvokeMatcher |
InvokeMatcher.anyString() |
static InvokeMatcher |
InvokeMatcher.anyTypeOf(Class<?>... classes) |
static InvokeMatcher |
InvokeMatcher.contains(String substring) |
static InvokeMatcher |
InvokeMatcher.endsWith(String suffix) |
static InvokeMatcher |
InvokeMatcher.eq(Object obj) |
static InvokeMatcher |
InvokeMatcher.isNull() |
static InvokeMatcher |
InvokeMatcher.matches(String regex) |
static InvokeMatcher |
InvokeMatcher.notNull() |
static InvokeMatcher |
InvokeMatcher.nullable(Class<?> clazz) |
static InvokeMatcher |
InvokeMatcher.refEq(Object obj) |
static InvokeMatcher |
InvokeMatcher.startsWith(String prefix) |