public abstract class TypeLoaderRegistry extends Object
| Constructor and Description |
|---|
TypeLoaderRegistry(Class<? extends TypeLoaderFactory> serviceClass) |
| Modifier and Type | Method and Description |
|---|---|
Optional<TypeLoaderFactory> |
getFactory(String typeFormat,
String shapeFormat) |
abstract String |
getName() |
void |
register(TypeLoaderFactory typeLoaderFactory) |
public TypeLoaderRegistry(Class<? extends TypeLoaderFactory> serviceClass)
public void register(TypeLoaderFactory typeLoaderFactory)
public Optional<TypeLoaderFactory> getFactory(String typeFormat, String shapeFormat)
public abstract String getName()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.