protected static class MetaDataModelFactory.ParsingContext extends Object
| Modifier and Type | Field and Description |
|---|---|
MetaDataModel |
OBJECT |
| Modifier | Constructor and Description |
|---|---|
protected |
ParsingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addResolvedVariables(Map<TypeVariable<?>,Type> map) |
void |
addTypedObject(String typeName,
MetaDataModel typedObject) |
Map<TypeVariable<?>,Type> |
getResolvedVariables() |
MetaDataModel |
getTypedObject(String typeName) |
public final MetaDataModel OBJECT
public MetaDataModel getTypedObject(String typeName)
public void addTypedObject(String typeName, MetaDataModel typedObject)
public Map<TypeVariable<?>,Type> getResolvedVariables()
public void addResolvedVariables(Map<TypeVariable<?>,Type> map)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.