Interface RealmUtil


  • public interface RealmUtil
    Author:
    Gaurav Gupta
    • Method Detail

      • getConfiguredValue

        static <T> T getConfiguredValue​(Class<T> type,
                                        T value,
                                        org.eclipse.microprofile.config.Config provider,
                                        String mpConfigKey)
      • isELExpression

        static boolean isELExpression​(String expression)
      • isDeferredExpression

        static boolean isDeferredExpression​(String expression)
      • toRawExpression

        static String toRawExpression​(String expression)
      • escapeRealmProperty

        static String escapeRealmProperty​(String component)