Package com.tick42.glue.core.interop
Class MethodDefinition
java.lang.Object
com.tick42.glue.core.interop.MethodDefinition
public final class MethodDefinition extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMethodDefinition.Builderstatic classMethodDefinition.BuilderBase<B extends MethodDefinition.BuilderBase<B>> -
Method Summary
Modifier and Type Method Description static MethodDefinition.Builderbuilder(String name)static MethodDefinitionforName(String method)StringgetAccepts()The signature of accepted arguments.StringgetDescription()StringgetDisplayName()StringgetName()Set<String>getObjectTypes()StringgetReturns()The signature of returned result.StringtoString()
-
Method Details
-
forName
-
builder
-
getName
-
getObjectTypes
-
getDescription
-
getDisplayName
-
getAccepts
The signature of accepted arguments.- Returns:
- signature of accepted arguments
- Since:
- 1.2
-
getReturns
The signature of returned result.- Returns:
- signature of returned result
- Since:
- 1.2
-
toString
-