Uses of Interface
io.quarkus.gizmo2.desc.InterfaceMethodDesc
Packages that use InterfaceMethodDesc
-
Uses of InterfaceMethodDesc in io.quarkus.gizmo2.desc
Methods in io.quarkus.gizmo2.desc that return InterfaceMethodDescModifier and TypeMethodDescriptionstatic InterfaceMethodDescCreate a new interface method descriptor.static InterfaceMethodDescInterfaceMethodDesc.of(ClassDesc owner, String name, Class<?> returnType, List<Class<?>> paramTypes) Construct a new interface method descriptor.static InterfaceMethodDescInterfaceMethodDesc.of(ClassDesc owner, String name, MethodTypeDesc type) Create a new interface method descriptor.static InterfaceMethodDescInterfaceMethodDesc.of(ClassDesc owner, String name, MethodType type) Create a new interface method descriptor.