@PublicEvolving public static interface RuntimeConverter.Context
Modifier and Type | Method and Description |
---|---|
static RuntimeConverter.Context |
create(ClassLoader classLoader)
Creates a new instance of
RuntimeConverter.Context . |
ClassLoader |
getClassLoader()
Runtime classloader for loading user-defined classes.
|
ClassLoader getClassLoader()
static RuntimeConverter.Context create(ClassLoader classLoader)
RuntimeConverter.Context
.classLoader
- runtime classloader for loading user-defined classes.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.