Uses of Class
org.springframework.hateoas.server.core.UriMapping
Packages that use UriMapping
-
Uses of UriMapping in org.springframework.hateoas.server.core
Methods in org.springframework.hateoas.server.core that return UriMappingModifier and TypeMethodDescriptiondefault UriMappingMappingDiscoverer.getUriMapping(Class<?> type) Returns the mapping associated with the given type.default UriMappingMappingDiscoverer.getUriMapping(Class<?> type, Method method) Returns the mapping for the givenMethodinvoked on the given type.default UriMappingMappingDiscoverer.getUriMapping(Method method) Returns the mapping associated with the givenMethod.static UriMappingSpringAffordanceBuilder.getUriMapping(Class<?> type, Method method) Returns the mapping for the given type's method.static UriMappingCreates a newUriMappingfrom a given source mapping string.Method parameters in org.springframework.hateoas.server.core with type arguments of type UriMappingModifier and TypeMethodDescriptionWebHandler.PreparedWebHandler.conclude(Function<UriMapping, UriComponentsBuilder> finisher, ConversionService conversionService) static <T extends LinkBuilder>
TWebHandler.linkTo(Object invocationValue, WebHandler.LinkBuilderCreator<T> creator, BiFunction<UriComponentsBuilder, MethodInvocation, UriComponentsBuilder> additionalUriHandler, Function<UriMapping, UriComponentsBuilder> finisher, Supplier<ConversionService> conversionService)