public class PathMarshallers extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PathMarshallers.PathMarshaller
Interface for marshalling to a path parameter.
|
Modifier and Type | Field and Description |
---|---|
static PathMarshallers.PathMarshaller |
GREEDY
Marshaller for greedy path labels.
|
static PathMarshallers.PathMarshaller |
IDEMPOTENCY
Marshaller for members marked with the idempotency trait.
|
static PathMarshallers.PathMarshaller |
NON_GREEDY
Marshaller for non greedy path labels.
|
Constructor and Description |
---|
PathMarshallers() |
public static final PathMarshallers.PathMarshaller NON_GREEDY
public static final PathMarshallers.PathMarshaller GREEDY
public static final PathMarshallers.PathMarshaller IDEMPOTENCY
Copyright © 2021. All rights reserved.