Package io.smallrye.jwt.build.spi
Class SpiMessages_$bundle
- java.lang.Object
-
- io.smallrye.jwt.build.spi.SpiMessages_$bundle
-
- All Implemented Interfaces:
Serializable
public class SpiMessages_$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 SpiMessages_$bundleINSTANCEstatic io.smallrye.jwt.build.spi.SpiMessagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpiMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()JwtExceptionproviderCannotBeInstantiated(String provider, String exceptionMessage, Throwable throwable)protected StringproviderCannotBeInstantiated$str()JwtExceptionproviderClassCannotBeAccessed(String provider, String exceptionMessage, Throwable throwable)protected StringproviderClassCannotBeAccessed$str()JwtExceptionproviderNotFound(String provider, String exceptionMessage, Throwable throwable)protected StringproviderNotFound$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final SpiMessages_$bundle INSTANCE
-
msg
public static final io.smallrye.jwt.build.spi.SpiMessages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
providerNotFound$str
protected String providerNotFound$str()
-
providerNotFound
public final JwtException providerNotFound(String provider, String exceptionMessage, Throwable throwable)
-
providerClassCannotBeAccessed$str
protected String providerClassCannotBeAccessed$str()
-
providerClassCannotBeAccessed
public final JwtException providerClassCannotBeAccessed(String provider, String exceptionMessage, Throwable throwable)
-
providerCannotBeInstantiated$str
protected String providerCannotBeInstantiated$str()
-
providerCannotBeInstantiated
public final JwtException providerCannotBeInstantiated(String provider, String exceptionMessage, Throwable throwable)
-
-