java.lang.Object
com.google.cloud.spring.data.datastore.core.util.ValueUtil

public final class ValueUtil extends Object
Utility class containing functions for working with types related to Cloud Datastore.
Since:
1.1
  • Method Details

    • toListIfArray

      public static Object toListIfArray(Object val)
    • boxIfNeeded

      public static Class boxIfNeeded(Class propertyType)
    • isCollectionLike

      public static boolean isCollectionLike(Class type)