Creates a ResolvableExecutable.
| Type Params | Return Type | Name and description |
|---|---|---|
|
ResolvableExecutable |
build(java.util.Map<String, Object> options, Object from)Creates ResolvableExecutable from a specific input. |
Creates ResolvableExecutable from a specific input.
from - An object that can be used to resolve an exe. It is up to the implementation to decide whether the
object is of an appropriate type.