Class TypeInfo
- java.lang.Object
-
- io.quarkus.smallrye.reactivemessaging.runtime.TypeInfo
-
public class TypeInfo extends Object
Structure storing details of method parameters.
-
-
Constructor Summary
Constructors Constructor Description TypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>getGenerics()Class<?>getName()voidsetGenerics(List<Class<?>> generics)voidsetName(Class<?> name)
-