public class ReferenceRewriter extends Format.Rewriter
Modifier and Type | Class and Description |
---|---|
static class |
ReferenceRewriter.ObscureException |
result
Constructor and Description |
---|
ReferenceRewriter(GeneratedSourceContext context) |
ReferenceRewriter(GeneratedSourceContext context,
Set<? extends String> obscured) |
Modifier and Type | Method and Description |
---|---|
void |
action(Format.Annotated x) |
Format |
optimizeReference(Format ref,
MetaClass target) |
public ReferenceRewriter(GeneratedSourceContext context)
public ReferenceRewriter(GeneratedSourceContext context, Set<? extends String> obscured)
public void action(Format.Annotated x)
action
in class Format.Rewriter
see also the complete user documentation .