Class Configuration.NullableConfiguration

java.lang.Object
io.deephaven.configuration.PropertyFile
io.deephaven.configuration.Configuration
io.deephaven.configuration.Configuration.NullableConfiguration
Enclosing class:
Configuration

public static class Configuration.NullableConfiguration extends Configuration
ONLY the service factory is allowed to get null properties and ONLY for the purposes of using default profiles when one doesn't exist. This has been relocated here after many people are using defaults/nulls in the code when it's not allowed.
  • Method Details

    • getPropertyNullable

      public String getPropertyNullable(String propertyName)