public abstract class AbstractMessageFormatter extends Object implements MessageFormatter
Modifier and Type | Field and Description |
---|---|
protected static int |
ADDITIONAL_STRING_BUILDER_CAPACITY |
Modifier | Constructor and Description |
---|---|
protected |
AbstractMessageFormatter() |
Modifier and Type | Method and Description |
---|---|
protected static Object |
resolve(Object argument)
Resolves a potential lazy argument.
|
protected static Object[] |
resolve(Object[] arguments)
Resolves potential lazy arguments of an array.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
protected static final int ADDITIONAL_STRING_BUILDER_CAPACITY
Copyright © 2024. All rights reserved.