Package io.smallrye.common.expression
Class Messages_$bundle
- java.lang.Object
-
- io.smallrye.common.expression.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-07-20T12:59:42+0000") 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.expression.Messagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()StringinvalidExpressionSyntax(int index)protected StringinvalidExpressionSyntax$str()protected ObjectreadResolve()IllegalArgumentExceptionunresolvedEnvironmentProperty(String name)protected StringunresolvedEnvironmentProperty$str()IllegalArgumentExceptionunresolvedSystemProperty(String name)protected StringunresolvedSystemProperty$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
msg
public static final io.smallrye.common.expression.Messages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
invalidExpressionSyntax$str
protected String invalidExpressionSyntax$str()
-
invalidExpressionSyntax
public final String invalidExpressionSyntax(int index)
-
unresolvedEnvironmentProperty$str
protected String unresolvedEnvironmentProperty$str()
-
unresolvedEnvironmentProperty
public final IllegalArgumentException unresolvedEnvironmentProperty(String name)
-
unresolvedSystemProperty$str
protected String unresolvedSystemProperty$str()
-
unresolvedSystemProperty
public final IllegalArgumentException unresolvedSystemProperty(String name)
-
-