public 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) |
void |
register(TypeLoaderFactory typeLoaderFactory) |
public TypeLoaderRegistry(Class<? extends TypeLoaderFactory> serviceClass)
public void register(TypeLoaderFactory typeLoaderFactory)
public Optional<TypeLoaderFactory> getFactory(String typeFormat, String shapeFormat)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.