Package io.smallrye.health
Class HealthMessages_$bundle
- java.lang.Object
-
- io.smallrye.health.HealthMessages_$bundle
-
- All Implemented Interfaces:
Serializable
public class HealthMessages_$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 HealthMessages_$bundleINSTANCEstatic io.smallrye.health.HealthMessagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedHealthMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()NullPointerExceptionhealthCheckNull()protected StringhealthCheckNull$str()IllegalArgumentExceptioninvalidHealthCheckName()protected StringinvalidHealthCheckName$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final HealthMessages_$bundle INSTANCE
-
msg
public static final io.smallrye.health.HealthMessages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
invalidHealthCheckName$str
protected String invalidHealthCheckName$str()
-
invalidHealthCheckName
public final IllegalArgumentException invalidHealthCheckName()
-
healthCheckNull$str
protected String healthCheckNull$str()
-
healthCheckNull
public final NullPointerException healthCheckNull()
-
-