| Package | Description |
|---|---|
| com.yahoo.rdl |
| Modifier and Type | Field and Description |
|---|---|
List<Type> |
Schema.types |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.TypeJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Type |
TypeRegistry.findType(String name)
findType - return the type in the schema with a matching name
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeRegistry.typeName(Type type)
typeName - given a Type (a Union type), return the name of the type.
|
Validator.Result |
Validator.validate(Object data,
Type t,
String alias,
String context) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.types(List<Type> types) |
Copyright © 2016–2021 Verizon Media. All rights reserved.