public class SourceWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WITH_SOURCES |
| Constructor and Description |
|---|
SourceWrapper(AnnotationWrapper mapperAnnotation,
MapperGeneratorContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitAssigns(com.squareup.javawriter.JavaWriter writer) |
void |
emitFields(com.squareup.javawriter.JavaWriter writer) |
String[] |
sourceConstructorArgs() |
public static final String WITH_SOURCES
public SourceWrapper(AnnotationWrapper mapperAnnotation, MapperGeneratorContext context)
public void emitFields(com.squareup.javawriter.JavaWriter writer)
throws IOException
IOExceptionpublic void emitAssigns(com.squareup.javawriter.JavaWriter writer)
throws IOException
IOExceptionpublic String[] sourceConstructorArgs()
Copyright © 2016. All Rights Reserved.