public final class MockOutParameters extends Object implements OutParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
MockOutParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MockOutParameters.Builder |
builder() |
static MockOutParameters |
empty() |
<T> T |
get(int index,
Class<T> type) |
<T> T |
get(String name,
Class<T> type) |
OutParametersMetadata |
getMetadata() |
String |
toString() |
public static MockOutParameters.Builder builder()
public static MockOutParameters empty()
public OutParametersMetadata getMetadata()
getMetadata in interface OutParametersCopyright © 2022. All rights reserved.