public class SchemaTestUtils extends Object
Constructor and Description |
---|
SchemaTestUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
open(DeserializationSchema<?> schema)
Opens the given schema with a mock initialization context.
|
static void |
open(SerializationSchema<?> schema)
Opens the given schema with a mock initialization context.
|
public static void open(SerializationSchema<?> schema)
schema
- to openRuntimeException
- if the schema throws an exceptionpublic static void open(DeserializationSchema<?> schema)
schema
- to openRuntimeException
- if the schema throws an exceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.