| Package | Description |
|---|---|
| com.hotels.road.schema.validation |
| Modifier and Type | Method and Description |
|---|---|
static DataHighwaySchemaValidator.UnionRule |
DataHighwaySchemaValidator.UnionRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataHighwaySchemaValidator.UnionRule[] |
DataHighwaySchemaValidator.UnionRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataHighwaySchemaValidator.isValid(org.apache.avro.Schema schema,
DataHighwaySchemaValidator.UnionRule unionRule)
We don't allow
union[bytes, string[, ...]]. |
static void |
DataHighwaySchemaValidator.validate(org.apache.avro.Schema schema,
DataHighwaySchemaValidator.UnionRule unionRule)
We don't allow
union[bytes, string[, ...]]. |
Copyright © 2016–2020 Hotels.com (Data Platform Team). All rights reserved.