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 ClassboxIfNeeded(Class propertyType) static booleanisCollectionLike(Class type) static ObjecttoListIfArray(Object val)
-
Method Details
-
toListIfArray
-
boxIfNeeded
-
isCollectionLike
-