public class StandardPropertyFormatter extends Object implements PropertyFormatter
| Constructor and Description |
|---|
StandardPropertyFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(String what,
StringBuilder to,
boolean escapeWhiteSpaces) |
String |
format(Property<String> property) |
protected boolean |
isEscapeNeeded(char c) |
static StandardPropertyFormatter |
propertyFormatter() |
@Nonnull public static StandardPropertyFormatter propertyFormatter()
@Nonnull public String format(@Nonnull Property<String> property)
format in interface PropertyFormatterprotected void append(@Nonnull String what, @Nonnull StringBuilder to, boolean escapeWhiteSpaces)
protected boolean isEscapeNeeded(char c)
Copyright © 2024 echocat. All rights reserved.