Package org.apache.flink.table.connector
Interface RuntimeConverter.Context
- Enclosing interface:
- RuntimeConverter
@PublicEvolving
public static interface RuntimeConverter.Context
Context for conversions during runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeConverter.Contextcreate(ClassLoader classLoader) Creates a new instance ofRuntimeConverter.Context.Runtime classloader for loading user-defined classes.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader()Runtime classloader for loading user-defined classes. -
create
Creates a new instance ofRuntimeConverter.Context.- Parameters:
classLoader- runtime classloader for loading user-defined classes.
-