public static class InvocationContext.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InvocationContext |
build() |
InvocationContext.Builder |
withArguments(Object[] arguments) |
InvocationContext.Builder |
withOperation(Operation operation) |
InvocationContext.Builder |
withResolutionEnvironment(ResolutionEnvironment resolutionEnvironment) |
InvocationContext.Builder |
withResolver(Resolver resolver) |
public InvocationContext.Builder withOperation(Operation operation)
public InvocationContext.Builder withResolver(Resolver resolver)
public InvocationContext.Builder withResolutionEnvironment(ResolutionEnvironment resolutionEnvironment)
public InvocationContext.Builder withArguments(Object[] arguments)
public InvocationContext build()
Copyright © 2016–2018. All rights reserved.