public class DefaultGroupSectionSpecGenerator extends Object implements SpecGenerator<GroupSectionSpecModel>
Constructor and Description |
---|
DefaultGroupSectionSpecGenerator() |
DefaultGroupSectionSpecGenerator(Set<com.squareup.javapoet.ClassName> blacklistedTagInterfaces) |
Modifier and Type | Method and Description |
---|---|
com.squareup.javapoet.TypeSpec |
generate(GroupSectionSpecModel specModel) |
public DefaultGroupSectionSpecGenerator()
public DefaultGroupSectionSpecGenerator(Set<com.squareup.javapoet.ClassName> blacklistedTagInterfaces)
public com.squareup.javapoet.TypeSpec generate(GroupSectionSpecModel specModel)
generate
in interface SpecGenerator<GroupSectionSpecModel>