public interface QuerySerializerFactory
SerializerRegistry
thus allowing the serialization of queries to be
customisedModifier and Type | Method and Description |
---|---|
boolean |
accept(Syntax syntax)
Return true if this factory can create a serializer for the given syntax
|
QueryVisitor |
create(Syntax syntax,
Prologue prologue,
IndentedWriter writer)
Return a serializer for the given syntax
|
boolean accept(Syntax syntax)
QueryVisitor create(Syntax syntax, Prologue prologue, IndentedWriter writer)
Licenced under the Apache License, Version 2.0