| Package | Description |
|---|---|
| net.chandol.logjdbc.logging.collector.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
Parameter.getType() |
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterCollector.add(int index,
ParameterType type,
Object value) |
void |
ParameterCollector.add(int index,
ParameterType type,
String description) |
boolean |
ParameterType.match(ParameterType... types) |
static Parameter |
Parameter.of(ParameterType type,
Object value) |
Copyright © 2016. All rights reserved.