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 TypeMethodDescription@Nullable UriMappingAnnotationMappingDiscoverer.getUriMapping(Class<?> type) @Nullable UriMappingAnnotationMappingDiscoverer.getUriMapping(Class<?> type, Method method) @Nullable UriMappingAnnotationMappingDiscoverer.getUriMapping(Method method) @Nullable UriMappingCachingMappingDiscoverer.getUriMapping(Class<?> type) @Nullable UriMappingCachingMappingDiscoverer.getUriMapping(Class<?> type, Method method) @Nullable UriMappingCachingMappingDiscoverer.getUriMapping(Method method) @Nullable UriMappingMappingDiscoverer.getUriMapping(Class<?> type) Returns the mapping associated with the given type.@Nullable UriMappingMappingDiscoverer.getUriMapping(Class<?> type, Method method) Returns the mapping for the givenMethodinvoked on the given type.@Nullable 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 @Nullable 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, org.springframework.web.util.UriComponentsBuilder> finisher, org.springframework.core.convert.ConversionService conversionService) static <T extends LinkBuilder>
TWebHandler.linkTo(Object invocationValue, WebHandler.LinkBuilderCreator<T> creator, @Nullable BiFunction<org.springframework.web.util.UriComponentsBuilder, MethodInvocation, org.springframework.web.util.UriComponentsBuilder> additionalUriHandler, Function<UriMapping, org.springframework.web.util.UriComponentsBuilder> finisher, Supplier<org.springframework.core.convert.ConversionService> conversionService)