Uses of Class
org.wso2.carbon.mediator.datamapper.engine.utils.ModelType
-
-
Uses of ModelType in org.wso2.carbon.mediator.datamapper.engine.input.builders
Methods in org.wso2.carbon.mediator.datamapper.engine.input.builders with parameters of type ModelType Modifier and Type Method Description static Builder
BuilderFactory. getBuilder(ModelType inputType)
-
Uses of ModelType in org.wso2.carbon.mediator.datamapper.engine.output
Constructors in org.wso2.carbon.mediator.datamapper.engine.output with parameters of type ModelType Constructor Description OutputMessageBuilder(InputOutputDataType dataType, ModelType modelType, Schema outputSchema)
-
Uses of ModelType in org.wso2.carbon.mediator.datamapper.engine.output.formatters
Methods in org.wso2.carbon.mediator.datamapper.engine.output.formatters with parameters of type ModelType Modifier and Type Method Description static Formatter
FormatterFactory. getFormatter(ModelType formatterType)
-
Uses of ModelType in org.wso2.carbon.mediator.datamapper.engine.utils
Methods in org.wso2.carbon.mediator.datamapper.engine.utils that return ModelType Modifier and Type Method Description static ModelType
ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelType[]
ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-