Class PathExtractorConfig
- java.lang.Object
-
- com.amazon.ionpathextraction.internal.PathExtractorConfig
-
public final class PathExtractorConfig extends java.lang.Object
Internal only. Not intended for application use.
-
-
Constructor Summary
Constructors Constructor Description PathExtractorConfig(boolean matchRelativePaths, boolean matchCaseInsensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMatchCaseInsensitive()
boolean
isMatchRelativePaths()
-