Uses of Interface
org.glassfish.jersey.linking.mapping.ResourceMappingContext
-
Packages that use ResourceMappingContext Package Description org.glassfish.jersey.linking org.glassfish.jersey.linking.mapping -
-
Uses of ResourceMappingContext in org.glassfish.jersey.linking
Methods in org.glassfish.jersey.linking with parameters of type ResourceMappingContext Modifier and Type Method Description StringProvideLinkDescriptor. getLinkTemplate(ResourceMappingContext rmc)Get the link template, either directly from the value() or from the@Pathof the class referenced in resource() -
Uses of ResourceMappingContext in org.glassfish.jersey.linking.mapping
Classes in org.glassfish.jersey.linking.mapping that implement ResourceMappingContext Modifier and Type Class Description classNaiveResourceMappingContextThis implementation of the resource mapping context assumed resources are of a simple type with a statically defined structure.
-