protected static class DefaultMediatorConfiguration.AlwaysInvalidIndexGenericTypeAssignable extends Object implements MediatorConfigurationSupport.GenericTypeAssignable
MediatorConfigurationSupport.GenericTypeAssignable.Result| Modifier | Constructor and Description |
|---|---|
protected |
AlwaysInvalidIndexGenericTypeAssignable() |
| 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.
|
protected AlwaysInvalidIndexGenericTypeAssignable()
public MediatorConfigurationSupport.GenericTypeAssignable.Result check(Class<?> target, int index)
check in interface MediatorConfigurationSupport.GenericTypeAssignablepublic Type getType(int index)
MediatorConfigurationSupport.GenericTypeAssignableMessage<X>, it returns X.getType in interface MediatorConfigurationSupport.GenericTypeAssignableindex - the index of the typenull if not set or wildcardpublic Type getType(int index, int subIndex)
MediatorConfigurationSupport.GenericTypeAssignablePublisher<Message<X>>, it returns X.getType in interface MediatorConfigurationSupport.GenericTypeAssignableindex - the index of the typesubIndex - the second indexnull if not set or wildcardCopyright © 2018–2020 SmallRye. All rights reserved.