Interface MediatorConfigurationSupport.GenericTypeAssignable
- All Known Implementing Classes:
DefaultMediatorConfiguration.AlwaysInvalidIndexGenericTypeAssignable,DefaultMediatorConfiguration.MethodParamGenericTypeAssignable,DefaultMediatorConfiguration.ReturnTypeGenericTypeAssignable
- Enclosing class:
MediatorConfigurationSupport
public static interface MediatorConfigurationSupport.GenericTypeAssignable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum -
Method Summary
-
Method Details
-
check
-
getType
Gets the underlying type. For example, on aMessage<X>, it returnsX.- Parameters:
index- the index of the type- Returns:
- the type,
nullif not set or wildcard
-
getType
Gets the underlying sub-type. For example, on aPublisher<Message<X>>, it returnsX.- Parameters:
index- the index of the typesubIndex- the second index- Returns:
- the type,
nullif not set or wildcard
-