public class ToolSpecifications extends Object
ToolSpecification
s.Modifier and Type | Method and Description |
---|---|
static ToolSpecification |
toolSpecificationFrom(Method method)
Get the
ToolSpecification for the given Tool method. |
static List<ToolSpecification> |
toolSpecificationsFrom(Object objectWithTools)
Get the
ToolSpecification s for each Tool method of the given object. |
public static List<ToolSpecification> toolSpecificationsFrom(Object objectWithTools)
ToolSpecification
s for each Tool
method of the given object.objectWithTools
- the object.ToolSpecification
s.public static ToolSpecification toolSpecificationFrom(Method method)
ToolSpecification
for the given Tool
method.method
- the method.ToolSpecification
.Copyright © 2024. All rights reserved.