public class AvroTypeLoader extends Object implements org.mule.metadata.api.TypeLoader
| Constructor and Description |
|---|
AvroTypeLoader(String schema)
Parse schema definition from string
|
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.metadata.api.model.MetadataType> |
load(String identifier) |
Optional<org.mule.metadata.api.model.MetadataType> |
load(String typeIdentifier,
String typeAlias) |
public AvroTypeLoader(String schema)
schema - the AVRO schema definition to parseCopyright © 2021 MuleSoft, Inc.. All rights reserved.