Class ValueUtil
java.lang.Object
com.google.cloud.spring.data.datastore.core.util.ValueUtil
Utility class containing functions for working with types related to Cloud Datastore.
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic Class
boxIfNeeded
(Class propertyType) static boolean
isCollectionLike
(Class type) static Object
toListIfArray
(Object val)
-
Method Details
-
toListIfArray
-
boxIfNeeded
-
isCollectionLike
-