Package org.smallmind.web.jersey.aop
Interface JsonEntity
-
- All Known Implementing Classes:
AbstractIndexedJsonEntity,AbstractMappedJsonEntity,AbstractNakedMappedJsonEntity,Envelope
public interface JsonEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)
-
-
-
Method Detail
-
getParameter
<T> T getParameter(String key, Class<T> clazz, ParameterAnnotations parameterAnnotations)
-
-