Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.message.filtering.internal.LocalizationMessages
-
@Generated("com.sun.istack.maven.ResourceGenMojo") public final class LocalizationMessages extends java.lang.Object
Defines string formatting method for each constant in the resource file
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LocalizationMessages.BundleSupplier
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
BUNDLE_NAME
private static Localizer
LOCALIZER
private static LocalizableMessageFactory
MESSAGE_FACTORY
-
Constructor Summary
Constructors Constructor Description LocalizationMessages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
ENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(java.lang.Object arg0)
The entity-filtering scope property does not contain an instance of Annotation or Annotation[] ({0}).static Localizable
localizableENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(java.lang.Object arg0)
static Localizable
localizableMERGING_FILTERING_SCOPES()
static java.lang.String
MERGING_FILTERING_SCOPES()
Merging two sets of entity-filtering scopes obtained from two different scope resolvers.
-
-
-
Field Detail
-
BUNDLE_NAME
private static final java.lang.String BUNDLE_NAME
- See Also:
- Constant Field Values
-
MESSAGE_FACTORY
private static final LocalizableMessageFactory MESSAGE_FACTORY
-
LOCALIZER
private static final Localizer LOCALIZER
-
-
Method Detail
-
localizableENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS
public static Localizable localizableENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(java.lang.Object arg0)
-
ENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS
public static java.lang.String ENTITY_FILTERING_SCOPE_NOT_ANNOTATIONS(java.lang.Object arg0)
The entity-filtering scope property does not contain an instance of Annotation or Annotation[] ({0}).
-
localizableMERGING_FILTERING_SCOPES
public static Localizable localizableMERGING_FILTERING_SCOPES()
-
MERGING_FILTERING_SCOPES
public static java.lang.String MERGING_FILTERING_SCOPES()
Merging two sets of entity-filtering scopes obtained from two different scope resolvers.
-
-