Uses of Class
org.smallmind.web.jersey.aop.ParameterAnnotations
-
Packages that use ParameterAnnotations Package Description org.smallmind.web.jersey.aop -
-
Uses of ParameterAnnotations in org.smallmind.web.jersey.aop
Methods in org.smallmind.web.jersey.aop with parameters of type ParameterAnnotations Modifier and Type Method Description <T> TAbstractIndexedJsonEntity. getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)<T> TAbstractMappedJsonEntity. getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)<T> TAbstractNakedMappedJsonEntity. getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)static <T> TEntityTranslator. getParameter(org.glassfish.jersey.server.ContainerRequest containerRequest, String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)<T> TJsonEntity. getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)
-