| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static String |
MinifyHtml.minify(String code,
Configuration cfg)
Minify HTML code represented as a
String. |
static int |
MinifyHtml.minifyInPlace(ByteBuffer code,
Configuration cfg)
Minify UTF-8 HTML code contents of a
ByteBuffer instance in place. |
Copyright © 2020. All rights reserved.