public class Yaml31 extends Object
| Constructor and Description |
|---|
Yaml31() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
jsonSchemaAsMap(Schema schema) |
static Map<String,Object> |
jsonSchemaAsMap(String jsonSchema) |
static com.fasterxml.jackson.databind.ObjectMapper |
mapper() |
static com.fasterxml.jackson.databind.ObjectWriter |
pretty() |
static String |
pretty(Object o) |
static void |
prettyPrint(Object o) |
public static com.fasterxml.jackson.databind.ObjectMapper mapper()
public static com.fasterxml.jackson.databind.ObjectWriter pretty()
public static void prettyPrint(Object o)
Copyright © 2022. All rights reserved.