Class ConnDefs


  • public class ConnDefs
    extends java.lang.Object
    • Field Detail

      • _Conns

        @SerializedName("connections")
        public Conn[] _Conns
      • _EmailConfig

        @SerializedName("email")
        public EmailConfig _EmailConfig
      • _InitDebug

        @SerializedName("initDebug")
        public boolean _InitDebug
      • _SkipValidation

        @SerializedName("skipValidation")
        public boolean _SkipValidation
      • _DependencySchemas

        @SerializedName("dependencySchemas")
        public java.lang.String[] _DependencySchemas
      • _SKIP_TILDA_LOADING

        public static boolean _SKIP_TILDA_LOADING
        Can be set to true right before activating any connection to skip Tilda infrastructure initialization.
    • Constructor Detail

      • ConnDefs

        public ConnDefs()
    • Method Detail

      • validate

        public boolean validate()