Uses of Class
io.github.spartatech.sqljson.SqlJsonConfig
-
Packages that use SqlJsonConfig Package Description io.github.spartatech.sqljson io.github.spartatech.sqljson.jsonprocessing -
-
Uses of SqlJsonConfig in io.github.spartatech.sqljson
Methods in io.github.spartatech.sqljson that return SqlJsonConfig Modifier and Type Method Description protected SqlJsonConfigSqlJsonConfigurer. toConfig() -
Uses of SqlJsonConfig in io.github.spartatech.sqljson.jsonprocessing
Constructors in io.github.spartatech.sqljson.jsonprocessing with parameters of type SqlJsonConfig Constructor Description JsonProcessor(com.fasterxml.jackson.databind.JsonNode json, JsonQueryClause query, SqlJsonConfig config)Constructor receiving JSON and query.SelectClauseExpressionEvaluator(com.fasterxml.jackson.databind.JsonNode node, SqlJsonConfig config)
-