public final class MethodInfo
extends java.lang.Object
Constructor and Description |
---|
MethodInfo(java.lang.String schemaName,
TypeInfo responseTypeInfo,
TypeInfo requestTypeInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInfo |
getRequestTypeInfo()
Gets type information for the method request type.
|
TypeInfo |
getResponseTypeInfo()
Gets type information for the method response type.
|
java.lang.String |
getSchemaName()
Gets name of the method as is defined in zserio schema.
|
public java.lang.String getSchemaName()
public TypeInfo getResponseTypeInfo()
public TypeInfo getRequestTypeInfo()
Last updated 2024-12-05 10:34:50