public class ModelFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ModelFactory |
fromExample(File exampleFile) |
static ModelFactory |
fromExample(String exampleXML) |
static ModelFactory |
fromSchemas(Map<String,InputStream> schemasMap) |
Optional<ExampleAnnotation> |
getExample() |
org.mule.apache.xerces.xs.XSModel |
getModel() |
Optional<QName> |
getRootElementName() |
public static ModelFactory fromExample(File exampleFile)
public static ModelFactory fromExample(String exampleXML)
public static ModelFactory fromSchemas(Map<String,InputStream> schemasMap)
public org.mule.apache.xerces.xs.XSModel getModel()
public Optional<ExampleAnnotation> getExample()
Copyright © 2023 MuleSoft, Inc.. All rights reserved.