public class InvocationContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvocationContext.Builder |
builder() |
Object[] |
getArguments() |
Operation |
getOperation() |
ResolutionEnvironment |
getResolutionEnvironment() |
Resolver |
getResolver() |
InvocationContext |
transform(Consumer<InvocationContext.Builder> builderConsumer) |
public Operation getOperation()
public Resolver getResolver()
public ResolutionEnvironment getResolutionEnvironment()
public Object[] getArguments()
public static InvocationContext.Builder builder()
public InvocationContext transform(Consumer<InvocationContext.Builder> builderConsumer)
Copyright © 2016–2018. All rights reserved.