Class ExamplesTable.TableProperties

java.lang.Object
org.jbehave.core.model.ExamplesTable.TableProperties
Enclosing class:
ExamplesTable

public static final class ExamplesTable.TableProperties extends Object
  • Constructor Details

  • Method Details

    • getMandatoryNonBlankProperty

      public <T> T getMandatoryNonBlankProperty(String propertyName, Type type)
    • getRowSeparator

      public String getRowSeparator()
    • getHeaderSeparator

      public String getHeaderSeparator()
    • getValueSeparator

      public String getValueSeparator()
    • getIgnorableSeparator

      public String getIgnorableSeparator()
    • getCommentSeparator

      public String getCommentSeparator()
    • getNullPlaceholder

      public Optional<String> getNullPlaceholder()
    • isProcessEscapeSequences

      public boolean isProcessEscapeSequences()
    • isTrim

      public boolean isTrim()
    • isMetaByRow

      public boolean isMetaByRow()
    • getTransformer

      public String getTransformer()
    • getProperties

      public Properties getProperties()
    • getPropertiesAsString

      public String getPropertiesAsString()