| Package | Description |
|---|---|
| ws.schild.jave.encode |
| Modifier and Type | Method and Description |
|---|---|
ArgType |
EncodingArgument.getArgType() |
ArgType |
PredicateArgument.getArgType() |
ArgType |
SimpleArgument.getArgType() |
ArgType |
ValueArgument.getArgType() |
static ArgType |
ArgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgType[] |
ArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PredicateArgument(ArgType argType,
String argument,
Predicate<EncodingAttributes> predicate) |
PredicateArgument(ArgType argType,
String argument1,
String argument2,
Predicate<EncodingAttributes> predicate) |
SimpleArgument(ArgType argumentType,
Function<EncodingAttributes,Stream<String>> getArguments) |
ValueArgument(ArgType argType,
String argumentName,
Function<EncodingAttributes,Optional<String>> valueGetter) |
Copyright © 2020. All rights reserved.