Class BooleanNode

All Implemented Interfaces:
Node

public class BooleanNode extends StringNode
  • Constructor Details

    • BooleanNode

      public BooleanNode(@NotNull @NotNull Boolean value, @NotNull @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
  • Method Details

    • getAsBoolean

      @NotNull public @NotNull Boolean getAsBoolean()
    • getUnusedProperties

      @NotNull public @NotNull List<String> getUnusedProperties()
      Description copied from interface: Node
      Visits recursively the whole structure and returns list of unused properties. Children of unused properties are not reported.
      Specified by:
      getUnusedProperties in interface Node
      Overrides:
      getUnusedProperties in class StringNode