Uses of Class
org.wso2.carbon.mediator.datamapper.engine.core.schemas.SchemaElement
-
Packages that use SchemaElement Package Description org.wso2.carbon.mediator.datamapper.engine.core.schemas -
-
Uses of SchemaElement in org.wso2.carbon.mediator.datamapper.engine.core.schemas
Method parameters in org.wso2.carbon.mediator.datamapper.engine.core.schemas with type arguments of type SchemaElement Modifier and Type Method Description String
JacksonJSONSchema. getElementTypeByName(List<SchemaElement> elementStack)
String
Schema. getElementTypeByName(List<SchemaElement> elementStack)
Method to get the element type specified in the schema by giving the element hierarchyboolean
JacksonJSONSchema. isChildElement(List<SchemaElement> elementStack, String childElementName)
boolean
Schema. isChildElement(List<SchemaElement> elementStack, String childElementName)
-