Interface ResourceMappingContext
-
- All Known Implementing Classes:
NaiveResourceMappingContext
public interface ResourceMappingContextThis service tries to work out the UriTemplate required for a particular resource class.- Author:
- Gerard Davison (gerard.davison at oracle.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResourceMappingContext.Mapping
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceMappingContext.MappinggetMapping(Class<?> resource)
-
-
-
Method Detail
-
getMapping
ResourceMappingContext.Mapping getMapping(Class<?> resource)
-
-