Package io.smallrye.config.inject
Class InjectionMessages_$bundle
- java.lang.Object
-
- io.smallrye.config.inject.InjectionMessages_$bundle
-
- All Implemented Interfaces:
InjectionMessages,Serializable
public class InjectionMessages_$bundle extends Object implements InjectionMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static InjectionMessages_$bundleINSTANCE-
Fields inherited from interface io.smallrye.config.inject.InjectionMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInjectionMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final InjectionMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
noConfigValue$str
protected String noConfigValue$str()
-
noConfigValue
public final ConfigException noConfigValue(String configPropertyName, String location)
- Specified by:
noConfigValuein interfaceInjectionMessages
-
retrieveConfigFailure$str
protected String retrieveConfigFailure$str()
-
retrieveConfigFailure
public final ConfigException retrieveConfigFailure(String configPropertyName, String location, String causeMessage, Exception e)
- Specified by:
retrieveConfigFailurein interfaceInjectionMessages
-
noConfigPropertyDefaultName$str
protected String noConfigPropertyDefaultName$str()
-
noConfigPropertyDefaultName
public final IllegalStateException noConfigPropertyDefaultName(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
- Specified by:
noConfigPropertyDefaultNamein interfaceInjectionMessages
-
unhandledConfigProperty$str
protected String unhandledConfigProperty$str()
-
unhandledConfigProperty
public final IllegalStateException unhandledConfigProperty()
- Specified by:
unhandledConfigPropertyin interfaceInjectionMessages
-
propertyNotFound$str
protected String propertyNotFound$str()
-
propertyNotFound
public final NoSuchElementException propertyNotFound(String name)
- Specified by:
propertyNotFoundin interfaceInjectionMessages
-
noRawType$str
protected String noRawType$str()
-
noRawType
public final IllegalArgumentException noRawType(Type type)
- Specified by:
noRawTypein interfaceInjectionMessages
-
illegalConversion$str
protected String illegalConversion$str()
-
illegalConversion
public final IllegalArgumentException illegalConversion(String name, Type type)
- Specified by:
illegalConversionin interfaceInjectionMessages
-
noRegisteredConverter$str
protected String noRegisteredConverter$str()
-
noRegisteredConverter
public final IllegalArgumentException noRegisteredConverter(Class<?> type)
- Specified by:
noRegisteredConverterin interfaceInjectionMessages
-
-