Package dev.resteasy.client.util.logging
Class ClientMessages_$bundle
- java.lang.Object
-
- dev.resteasy.client.util.logging.ClientMessages_$bundle
-
- All Implemented Interfaces:
ClientMessages,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2022-09-23T09:04:59-0700") public class ClientMessages_$bundle extends Object implements ClientMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ClientMessages_$bundleINSTANCE-
Fields inherited from interface dev.resteasy.client.util.logging.ClientMessages
MESSAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClientMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptioninvalidValue(int low, int value)protected StringinvalidValue$str()protected ObjectreadResolve()Supplier<String>requiredValue(String name)protected StringrequiredValue$str()
-
-
-
Field Detail
-
INSTANCE
public static final ClientMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
requiredValue$str
protected String requiredValue$str()
-
requiredValue
public final Supplier<String> requiredValue(String name)
- Specified by:
requiredValuein interfaceClientMessages
-
invalidValue$str
protected String invalidValue$str()
-
invalidValue
public final IllegalArgumentException invalidValue(int low, int value)
- Specified by:
invalidValuein interfaceClientMessages
-
-