Uses of Class
io.quarkus.devui.spi.DevUIContent.Builder
-
Packages that use DevUIContent.Builder Package Description io.quarkus.devui.spi -
-
Uses of DevUIContent.Builder in io.quarkus.devui.spi
Methods in io.quarkus.devui.spi that return DevUIContent.Builder Modifier and Type Method Description DevUIContent.BuilderDevUIContent.Builder. addData(String key, Object value)DevUIContent.BuilderDevUIContent.Builder. addData(Map<String,Object> data)static DevUIContent.BuilderDevUIContent. builder()DevUIContent.BuilderDevUIContent.Builder. fileName(String fileName)DevUIContent.BuilderDevUIContent.Builder. template(byte[] template)
-