MCPcopy Create free account
hub / github.com/antlr/codebuff / builder

Method builder

corpus/java/training/guava/escape/Escapers.java:78–80  ·  view source on GitHub ↗

Returns a builder for creating simple, fast escapers. A builder instance can be reused and each escaper that is created will be a snapshot of the current builder state. Builders are not thread safe. The initial state of the builder is such that: There are no replacement mappings {@c

()

Source from the content-addressed store, hash-verified

76 * validate the well-formedness of their input.
77 */
78 public static Builder builder() {
79 return new Builder();
80 }
81
82 /**
83 * A builder for simple, fast escapers.

Callers 2

HtmlEscapersClass · 0.95
XmlEscapersClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected