Class EdmTypeUtils
java.lang.Object
de.hybris.platform.odata2services.odata.schema.utils.EdmTypeUtils
-
Method Summary
-
Method Details
-
convert
Converts the givenplatformTypeinto theEdmSimpleTypeKind. If theplatformTypeis a primitive (e.g. java.lang.String), having any prefix before the type (e.g. localized:java.lang.String) will fail to convert.- Parameters:
platformType- Platform type to convert- Returns:
- EdmSimpleTypeKind
-