MessageFormatter
AdvancedMessageFormatter
, JavaTextMessageFormatFormatter
, LegacyMessageFormatter
, PrintfStyleFormatter
public abstract class AbstractMessageFormatter extends java.lang.Object implements MessageFormatter
Modifier and Type | Field | Description |
---|---|---|
protected static int |
ADDITIONAL_STRING_BUILDER_CAPACITY |
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractMessageFormatter() |
Modifier and Type | Method | Description |
---|---|---|
protected static java.lang.Object |
resolve(java.lang.Object argument) |
Resolves a potential lazy argument.
|
protected static java.lang.Object[] |
resolve(java.lang.Object[] arguments) |
Resolves potential lazy arguments of an array.
|
format
protected static final int ADDITIONAL_STRING_BUILDER_CAPACITY
Copyright © 2022. All rights reserved.