public final class SimpleTypePathMarshaller extends Object
| Modifier and Type | Field and Description |
|---|---|
static XmlMarshaller<String> |
GREEDY_STRING
Marshallers for Strings bound to a greedy path param.
|
static XmlMarshaller<Integer> |
INTEGER |
static XmlMarshaller<Long> |
LONG |
static XmlMarshaller<Void> |
NULL |
static XmlMarshaller<String> |
STRING |
public static final XmlMarshaller<String> STRING
public static final XmlMarshaller<Integer> INTEGER
public static final XmlMarshaller<Long> LONG
public static final XmlMarshaller<String> GREEDY_STRING
public static final XmlMarshaller<Void> NULL
Copyright © 2021. All rights reserved.