br.com.objectos.ui.html.ElementMethodBuilder Maven / Gradle / Ivy
package br.com.objectos.ui.html;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.TypeName;
import java.util.List;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.ListPlugin",
"br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
interface ElementMethodBuilder {
ElementMethodBuilderTagName tagName(String tagName);
interface ElementMethodBuilderTagName {
ElementMethodBuilderClassName className(ClassName className);
}
interface ElementMethodBuilderClassName {
ElementMethodBuilderProtoTypeName protoTypeName(TypeName protoTypeName);
}
interface ElementMethodBuilderProtoTypeName {
ElementMethodBuilderChildList childList(List childList);
ElementMethodBuilderChildList childList(Child... elements);
}
interface ElementMethodBuilderChildList {
ElementMethod build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy