public class WireTypeConverterInternal extends Object
| Constructor and Description |
|---|
WireTypeConverterInternal() |
WireTypeConverterInternal(@NotNull Validate validate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(Class newClass,
String oldTypeName)
Explicit support for leniency on different types.
|
CharSequence |
jsonToYaml(CharSequence json) |
CharSequence |
yamlToJson(CharSequence yaml) |
public WireTypeConverterInternal(@NotNull
@NotNull Validate validate)
public WireTypeConverterInternal()
public CharSequence jsonToYaml(CharSequence json) throws Exception
Exceptionpublic CharSequence yamlToJson(CharSequence yaml) throws Exception
ExceptionCopyright © 2023. All rights reserved.