Class PathExtractorConfig
java.lang.Object
com.amazon.ionpathextraction.internal.PathExtractorConfig
Internal only. Not intended for application use.
-
Constructor Summary
ConstructorsConstructorDescriptionPathExtractorConfig
(boolean matchRelativePaths, boolean matchCaseInsensitive, boolean matchFieldsCaseInsensitive) Instantiate a PathExtractorConfig. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
-
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()
-