Package io.smallrye.common.net
Class Messages_$bundle
- java.lang.Object
-
- io.smallrye.common.net.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
public class Messages_$bundle extends Object implements Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundleINSTANCEstatic io.smallrye.common.net.Messagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IllegalArgumentExceptioninvalidAddress(String address)protected StringinvalidAddress$str()IllegalArgumentExceptioninvalidAddressBytes(int length)protected StringinvalidAddressBytes$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
msg
public static final io.smallrye.common.net.Messages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
invalidAddress$str
protected String invalidAddress$str()
-
invalidAddress
public final IllegalArgumentException invalidAddress(String address)
-
invalidAddressBytes$str
protected String invalidAddressBytes$str()
-
invalidAddressBytes
public final IllegalArgumentException invalidAddressBytes(int length)
-
-