Class PathExtractorConfig

java.lang.Object
com.amazon.ionpathextraction.internal.PathExtractorConfig

public final class PathExtractorConfig extends Object
Internal only. Not intended for application use.
  • Constructor Details

    • PathExtractorConfig

      public PathExtractorConfig(boolean matchRelativePaths, boolean matchCaseInsensitive, boolean matchFieldsCaseInsensitive)
      Instantiate a PathExtractorConfig.
  • Method Details

    • isMatchRelativePaths

      public boolean isMatchRelativePaths()
    • isMatchCaseInsensitive

      public boolean isMatchCaseInsensitive()
    • isMatchFieldsCaseInsensitive

      public boolean isMatchFieldsCaseInsensitive()