Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 28, 2015
- Author:
- Ron Sigal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncouldNotInstantiateELProviderClass
(String className) discoveryFailedForMethod
(String className, String methodName, String s) failedToEvaluateELExpression
(String expression) failedToFindBeanProperty
(String property) failedToInjectLinks
(Object entity) failedToInstantiateELProvider
(String className) failedToReadField
(String field) failedToReadProperty
(String property) failedToReadPropertyFromMethod
(String property) failedToReuseServiceDiscovery
(Object entity) notEnoughtUriParameters
(int expected, int actual)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
cannotGuessCollectionType
@Message(id=12000, value="Cannot guess collection type for service discovery") String cannotGuessCollectionType() -
cannotGuessResourceType
@Message(id=12005, value="Cannot guess resource type for service discovery") String cannotGuessResourceType() -
cannotGuessType
-
couldNotInstantiateELProviderClass
-
discoveryFailedForMethod
-
failedToEvaluateELExpression
-
failedToFindBeanProperty
-
failedToInjectLinks
-
failedToInstantiateELProvider
-
failedToReadField
-
failedToReadProperty
-
failedToReadPropertyFromMethod
-
notEnoughtUriParameters
@Message(id=12060, value="Not enough URI parameters: expecting {0} but only found {1}", format=MESSAGE_FORMAT) String notEnoughtUriParameters(int expected, int actual) -
failedToReuseServiceDiscovery
-