public class DefaultGroupSectionSpecGenerator extends java.lang.Object implements SpecGenerator<GroupSectionSpecModel>
| Constructor and Description |
|---|
DefaultGroupSectionSpecGenerator() |
DefaultGroupSectionSpecGenerator(java.util.Set<ClassName> blacklistedTagInterfaces) |
| Modifier and Type | Method and Description |
|---|---|
TypeSpec |
generate(GroupSectionSpecModel specModel,
java.util.EnumSet<RunMode> runMode) |
public DefaultGroupSectionSpecGenerator()
public DefaultGroupSectionSpecGenerator(java.util.Set<ClassName> blacklistedTagInterfaces)
public TypeSpec generate(GroupSectionSpecModel specModel, java.util.EnumSet<RunMode> runMode)
generate in interface SpecGenerator<GroupSectionSpecModel>