public static interface MediatorConfigurationSupport.GenericTypeAssignable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MediatorConfigurationSupport.GenericTypeAssignable.Result |
| Modifier and Type | Method and Description |
|---|---|
MediatorConfigurationSupport.GenericTypeAssignable.Result |
check(Class<?> target,
int index) |
Type |
getType(int index)
Gets the underlying type.
|
Type |
getType(int index,
int subIndex)
Gets the underlying sub-type.
|
MediatorConfigurationSupport.GenericTypeAssignable.Result check(Class<?> target, int index)
Type getType(int index)
Message<X>, it returns X.index - the index of the typenull if not set or wildcardType getType(int index, int subIndex)
Publisher<Message<X>>, it returns X.index - the index of the typesubIndex - the second indexnull if not set or wildcardCopyright © 2018–2020 SmallRye. All rights reserved.