Class BooleanSystemProperty

java.lang.Object
com.atlassian.crowd.common.properties.AbstractSystemProperty<Boolean>
com.atlassian.crowd.common.properties.BooleanSystemProperty

public class BooleanSystemProperty extends AbstractSystemProperty<Boolean>
  • Constructor Details

    • BooleanSystemProperty

      public BooleanSystemProperty(@Nonnull String propertyName, boolean defaultValue)
    • BooleanSystemProperty

      public BooleanSystemProperty(@Nonnull String propertyName, @Nonnull BooleanSupplier defaultValueSupplier)
  • Method Details