public class TypesResolverBuilder extends Object
| Constructor and Description |
|---|
TypesResolverBuilder(URI baseUri) |
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
build(TypesCatalogBuilderContext typesCatalogBuilderContext) |
void |
exampleContent(String exampleContent) |
void |
exampleElement(String exampleElement) |
void |
exampleFormat(String exampleFormat) |
void |
exampleLocation(String exampleLocation) |
void |
format(String format) |
String |
getName() |
void |
name(String name) |
void |
shapeContent(String shapeContent) |
void |
shapeElement(String shapeElement) |
void |
shapeFormat(String shapeFormat) |
void |
shapeLocation(String shapeLocation) |
public TypesResolverBuilder(URI baseUri)
public void name(String name)
public String getName()
public void format(String format)
public void shapeFormat(String shapeFormat)
public void shapeLocation(String shapeLocation)
public void shapeContent(String shapeContent)
public void shapeElement(String shapeElement)
public void exampleFormat(String exampleFormat)
public void exampleLocation(String exampleLocation)
public void exampleElement(String exampleElement)
public void exampleContent(String exampleContent)
public TypeResolver build(TypesCatalogBuilderContext typesCatalogBuilderContext) throws Exception
ExceptionCopyright © 2024 MuleSoft, Inc.. All rights reserved.