Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 24, 2015
- Author:
- Ron Sigal
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncollectionWrappingFailedLocalPart(String element, String localPart) collectionWrappingFailedNamespace(String namespace, String uri) couldNotAddProperty(String name, Object value) couldNotAddProperty(String first, String second, Object value) couldNotFindJAXBContextFinder(MediaType mediaType) couldNotFindUsersJAXBContext(MediaType mediaType) couldNotGetProperty(String name) couldNotGetProperty(String first, String second) createMethodNotFound(Class<?> type) errorTryingToLoadSchema(String schema) mapWrappingFailedLocalPart(String map, String localPart) mapWrappingFailedNamespace(String map, String namespace) unableToFindJAXBContext(MediaType mediaType)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
collectionWrappingFailedLocalPart
-
collectionWrappingFailedNamespace
-
couldNotFindJAXBContextFinder
-
createMethodNotFound
-
errorTryingToLoadSchema
-
mapWrappedFailedKeyAttribute
@Message(id=6525, value="Map wrapped failed, could not find map entry key attribute") String mapWrappedFailedKeyAttribute() -
mapWrappingFailedLocalPart
-
mapWrappingFailedNamespace
-
namespacePrefixMapperNotInClassPath
@Message(id=6540, value="Could not create NamespacePrefixMapper. You need to use the JAXB RI for the prefix mapping feature") JAXBException namespacePrefixMapperNotInClassPath(@Cause Throwable cause) -
unexpectedUse
-
unableToFindJAXBContext
-
validXmlRegistryCouldNotBeLocated
@Message(id=6555, value="A valid XmlRegistry could not be located.") String validXmlRegistryCouldNotBeLocated() -
couldNotFindUsersJAXBContext
-
couldNotAddProperty
@Message(id=6570, value="Could not add property %s or renamed %s with value %s.") PropertyException couldNotAddProperty(String first, String second, Object value) -
couldNotAddProperty
@Message("Could not add property %s with value %s.") PropertyException couldNotAddProperty(String name, Object value) -
couldNotGetProperty
@Message(id=6571, value="Could not get property %s or renamed %s.") PropertyException couldNotGetProperty(String first, String second) -
couldNotGetProperty
-