Class ConfigKeyValidator
java.lang.Object
org.elasticsearch.xpack.esql.datasources.spi.ConfigKeyValidator
Reject configuration keys not in any of the supplied claimed-key sets.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidThrowsIllegalArgumentExceptionlisting the unknown keys (sorted) and the recognised options (sorted union of allclaimedsets).
-
Method Details
-
check
ThrowsIllegalArgumentExceptionlisting the unknown keys (sorted) and the recognised options (sorted union of allclaimedsets). No-op for null or emptyconfig.
-