Class TupleExprIRRenderer.Config
java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.TupleExprIRRenderer.Config
- Enclosing class:
TupleExprIRRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanfinal booleanbooleanbooleanbooleanfinal Stringfinal LinkedHashMap<String, String> booleanbooleanfinal booleanfinal booleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
indent
- See Also:
-
printPrefixes
public final boolean printPrefixes- See Also:
-
usePrefixCompaction
public final boolean usePrefixCompaction- See Also:
-
canonicalWhitespace
public final boolean canonicalWhitespace- See Also:
-
verifyRoundTrip
public boolean verifyRoundTrip -
prefixes
-
defaultGraphs
-
namedGraphs
-
debugIR
public boolean debugIR -
valuesPreserveOrder
public boolean valuesPreserveOrder -
preserveUserBNodeLabels
public boolean preserveUserBNodeLabels -
deterministicBNodeLabels
public boolean deterministicBNodeLabels -
preserveAnonBNodeIdentity
public boolean preserveAnonBNodeIdentity -
failOnIllegalBNodes
public boolean failOnIllegalBNodes -
allowBNodesInValues
public boolean allowBNodesInValues
-
-
Constructor Details
-
Config
public Config()
-