| Package | Description |
|---|---|
| com.mathworks.mps.client.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
MWStructToBeanFactoryConstructor
Factory to create instances of user defined class.
|
class |
MWStructToBeanFactorySetter
Factory to create instances of user defined class.
|
| Modifier and Type | Method and Description |
|---|---|
static List<MWStructToBeanFactory> |
MWStructToBeanFactoryMaker.createFactoryList(Class cls)
Returns a list of MWStructToBeanFactory corresponding to the input class type.
|
static List<MWStructToBeanFactory> |
MWStructToBeanFactoryMaker.createFactoryList(Class cls)
Returns a list of MWStructToBeanFactory corresponding to the input class type.
|
Map<MWStructInfo,MWStructToBeanFactory> |
MWAttributesContainer.getChildrenStructsForParentMLOutput(Class parent) |
Map<MWStructInfo,MWStructToBeanFactory> |
MWAttributesContainer.getChildrenStructsForParentMLOutput(Class parent) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JavaDataExtractor.MATLABArrayToJavaCell(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing MATLAB cell array into target Java type.
|
Object |
JavaDataExtractor.MATLABArrayToJavaCell(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing MATLAB cell array into target Java type.
|
Object |
JavaDataExtractor.MATLABArrayToJavaStruct(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing a MATLAB struct into an appropriate user defined Java class
with dimensions matching those of targetType
|
Object |
JavaDataExtractor.MATLABArrayToJavaStruct(MATLABArray.MATLAB_Array mlArray,
Class targetType,
Map<MWStructInfo,MWStructToBeanFactory> structToBeanFactoryCache)
Convert a MATLAB_Array protobuf message containing a MATLAB struct into an appropriate user defined Java class
with dimensions matching those of targetType
|
Copyright © 2015–2021. All rights reserved.