public abstract class ReactorReflectionUtils
extends java.lang.Object
Only intended for internal use.
| Constructor and Description |
|---|
ReactorReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<?> |
extractGeneric(Processor<?,?> processor)
Given the processor interface, determine it's input type parameter
|
public static java.lang.Class<?> extractGeneric(Processor<?,?> processor)
processor - and instance of the processor interface