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