Package io.smallrye.openapi.runtime.io
Class IoMessages_$bundle
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.IoMessages_$bundle
-
- All Implemented Interfaces:
Serializable
public class IoMessages_$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 IoMessages_$bundleINSTANCEstatic io.smallrye.openapi.runtime.io.IoMessagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedIoMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()IOExceptioninvalidFileExtension(String url)protected StringinvalidFileExtension$str()IOExceptioninvalidFileName(String url)protected StringinvalidFileName$str()IOExceptionnoFileName(String url)protected StringnoFileName$str()protected ObjectreadResolve()
-
-
-
Field Detail
-
INSTANCE
public static final IoMessages_$bundle INSTANCE
-
msg
public static final io.smallrye.openapi.runtime.io.IoMessages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
noFileName$str
protected String noFileName$str()
-
noFileName
public final IOException noFileName(String url)
-
invalidFileName$str
protected String invalidFileName$str()
-
invalidFileName
public final IOException invalidFileName(String url)
-
invalidFileExtension$str
protected String invalidFileExtension$str()
-
invalidFileExtension
public final IOException invalidFileExtension(String url)
-
-