package org.jboss.resteasy.plugins.providers.jaxb.i18n;

import java.util.Locale;
import java.io.Serializable;
import javax.annotation.Generated;
import javax.ws.rs.core.MediaType;
import java.lang.Class;
import java.lang.String;

Warning this class consists of generated code.
/** * Warning this class consists of generated code. */
@Generated(value = "org.jboss.logging.processor.generator.model.MessageBundleImplementor", date = "2021-01-13T17:04:50-0500") public class Messages_$bundle implements Messages, Serializable { private static final long serialVersionUID = 1L; protected Messages_$bundle() {} public static final Messages_$bundle INSTANCE = new Messages_$bundle(); protected Object readResolve() { return INSTANCE; } private static final Locale LOCALE = Locale.ROOT; protected Locale getLoggingLocale() { return LOCALE; } protected String collectionWrappingFailedLocalPart$str() { return "RESTEASY006500: Collection wrapping failed, expected root element name of {0} got {1}"; } @Override public final String collectionWrappingFailedLocalPart(final String element, final String localPart) { return _formatMessage(collectionWrappingFailedLocalPart$str(), element, localPart); } private String _formatMessage(final String format, final Object... args) { final java.text.MessageFormat formatter = new java.text.MessageFormat(format, getLoggingLocale()); return formatter.format(args, new StringBuffer(), new java.text.FieldPosition(0)).toString(); } protected String collectionWrappingFailedNamespace$str() { return "RESTEASY006505: Collection wrapping failed, expect namespace of {0} got {1}"; } @Override public final String collectionWrappingFailedNamespace(final String namespace, final String uri) { return _formatMessage(collectionWrappingFailedNamespace$str(), namespace, uri); } protected String couldNotFindJAXBContextFinder$str() { return "RESTEASY006510: Could not find JAXBContextFinder for media type: %s"; } @Override public final String couldNotFindJAXBContextFinder(final MediaType mediaType) { return String.format(getLoggingLocale(), couldNotFindJAXBContextFinder$str(), mediaType); } protected String createMethodNotFound$str() { return "RESTEASY006515: The method create%s() was not found in the object Factory!"; } @Override public final String createMethodNotFound(final Class<?> type) { return String.format(getLoggingLocale(), createMethodNotFound$str(), type); } protected String errorTryingToLoadSchema$str() { return "RESTEASY006520: Error while trying to load schema for %s"; } @Override public final String errorTryingToLoadSchema(final String schema) { return String.format(getLoggingLocale(), errorTryingToLoadSchema$str(), schema); } protected String mapWrappedFailedKeyAttribute$str() { return "RESTEASY006525: Map wrapped failed, could not find map entry key attribute"; } @Override public final String mapWrappedFailedKeyAttribute() { return String.format(getLoggingLocale(), mapWrappedFailedKeyAttribute$str()); } protected String mapWrappingFailedLocalPart$str() { return "RESTEASY006530: Map wrapping failed, expected root element name of {0} got {1}"; } @Override public final String mapWrappingFailedLocalPart(final String map, final String localPart) { return _formatMessage(mapWrappingFailedLocalPart$str(), map, localPart); } protected String mapWrappingFailedNamespace$str() { return "RESTEASY006535: Map wrapping failed, expect namespace of {0} got {1}"; } @Override public final String mapWrappingFailedNamespace(final String map, final String namespace) { return _formatMessage(mapWrappingFailedNamespace$str(), map, namespace); } protected String namespacePrefixMapperNotInClassPath$str() { return "RESTEASY006540: com.sun.xml.bind.marshaller.NamespacePrefixMapper is not in your classpath. You need to use the JAXB RI for the prefix mapping feature"; } @Override public final String namespacePrefixMapperNotInClassPath() { return String.format(getLoggingLocale(), namespacePrefixMapperNotInClassPath$str()); } protected String unexpectedUse$str() { return "RESTEASY006545: SecureUnmarshaller: unexpected use of unmarshal(%s)"; } @Override public final String unexpectedUse(final String s) { return String.format(getLoggingLocale(), unexpectedUse$str(), s); } protected String unableToFindJAXBContext$str() { return "RESTEASY006550: Unable to find JAXBContext for media type: %s"; } @Override public final String unableToFindJAXBContext(final MediaType mediaType) { return String.format(getLoggingLocale(), unableToFindJAXBContext$str(), mediaType); } protected String validXmlRegistryCouldNotBeLocated$str() { return "RESTEASY006555: A valid XmlRegistry could not be located."; } @Override public final String validXmlRegistryCouldNotBeLocated() { return String.format(getLoggingLocale(), validXmlRegistryCouldNotBeLocated$str()); } protected String couldNotFindUsersJAXBContext$str() { return "RESTEASY006560: Could not find user's JAXBContext implementation for media type: %s"; } @Override public final String couldNotFindUsersJAXBContext(final MediaType mediaType) { return String.format(getLoggingLocale(), couldNotFindUsersJAXBContext$str(), mediaType); } }