java.lang.Object
com.oracle.coherence.hibernate.cache.v6.configuration.support.Assert

public abstract class Assert extends Object
Helper class for some common assertions.
Since:
2.1
Author:
Gunnar Hillert
  • Method Details

    • hasText

      public static void hasText(String text, String message)
    • notNull

      public static void notNull(Object object, String message)