public class TypesResolverBuilder extends Object
| Constructor and Description |
|---|
TypesResolverBuilder(URI baseUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
catalogFormat(String format) |
void |
catalogName(String name) |
void |
exampleContent(String exampleContent) |
void |
exampleFormat(String exampleFormat) |
void |
exampleLocation(String exampleLocation) |
String |
getCatalogName() |
void |
schemaContent(String schemaContent) |
void |
schemaFormat(String schemaFormat) |
void |
schemaLocation(String schemaLocation) |
public static final String JAR
public TypesResolverBuilder(URI baseUri)
public void catalogName(String name)
public String getCatalogName()
public void catalogFormat(String format)
public void schemaFormat(String schemaFormat)
public void schemaLocation(String schemaLocation)
public void schemaContent(String schemaContent)
public void exampleFormat(String exampleFormat)
public void exampleLocation(String exampleLocation)
public void exampleContent(String exampleContent)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.