Class StringNode

  • All Implemented Interfaces:
    Node
    Direct Known Subclasses:
    BooleanNode

    public class StringNode
    extends BaseNode
    Node containing single string value.
    • Constructor Detail

      • StringNode

        public StringNode​(@NotNull
                          @NotNull String value,
                          @NotNull
                          @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
    • Method Detail

      • get

        @NotNull
        public @NotNull String get()
      • 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.