You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends TypeBuilder to construct Protobuf typeBuilder and add SPI file.
@SPI
public interface TypeBuilder {
Use serviceDefition.getTypes() to obtains all TypeDefinitions. It is nessary to know which TypeDefinitionBuilder build this TypeDefition.When TypeBuilder generate same ServiceDefinition
use different logic.
Expected Result
We could get parameter type list from MethodDefition.
We should know which Builder build this TypeDefition.
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce this issue
the methodDefition return an empty list
Extends TypeBuilder to construct Protobuf typeBuilder and add SPI file.
use different logic.
Expected Result
We could get parameter type list from MethodDefition.
We should know which Builder build this TypeDefition.
The text was updated successfully, but these errors were encountered: