(package private) class |
ContextHolder |
Deprecated.
|
class |
EntityGetter |
Deprecated.
|
(package private) static class |
ParameterList.AbstractParamGetter |
Deprecated.
Abstract super class for access to @*Param.
|
(package private) static class |
ParameterList.CookieParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.EncParamGetter |
Deprecated.
Abstract super class for access to the entity or to @*Param where
encoded is allowed (@PathParam, @MatrixParam and
@QueryParam).
|
(package private) static class |
ParameterList.FormOrQueryParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.FormParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.HeaderParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.MatrixParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.NoEncParamGetter |
Deprecated.
Abstract super class for access to the entity or to @*Param where
encoded is allowed (@PathParam, @MatrixParam and
@QueryParam).
|
(package private) static class |
ParameterList.PathParamGetter |
Deprecated.
|
(package private) static class |
ParameterList.QueryParamGetter |
Deprecated.
|
private static class |
ParameterList.UriInfoGetter |
Deprecated.
|
class |
ReprEntityGetter |
Deprecated.
|
(package private) static class |
ReprEntityGetter.ClassReprEntityGetter |
Deprecated.
EntityGetter, if there is a constructor with two arguments: Class and
Representation
|
(package private) static class |
ReprEntityGetter.DirectReprEntityGetter |
Deprecated.
EntityGetter, if Representation could directly be injected
|
(package private) static class |
ReprEntityGetter.ReprClassEntityGetter |
Deprecated.
EntityGetter, if there is a constructor with two arguments:
Representation and Class
|
(package private) static class |
ReprEntityGetter.ReprOnlyEntityGetter |
Deprecated.
EntityGetter, if there is a constructor for only the entity.
|