File tree 3 files changed +8
-6
lines changed
src/main/java/org/springframework/hateoas
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 28
28
import org .springframework .http .MediaType ;
29
29
30
30
/**
31
- * Activates hypermedia support in the {@link ApplicationContext}. Will register infrastructure beans to support all
32
- * appropriate web stacks based on selected {@link HypermediaMappingInformation}-type as well as the classpath.
31
+ * Activates hypermedia support in the {@link org.springframework.context.ApplicationContext}. Will register
32
+ * infrastructure beans to support all appropriate web stacks based on selected
33
+ * {@link HypermediaMappingInformation}-type as well as the classpath.
33
34
*
34
35
* @author Oliver Gierke
35
36
* @author Greg Turnquist
50
51
/**
51
52
* Configures which {@link WebStack}s we're supposed to enable support for. By default we're activating it for all
52
53
* available ones if they happen to be in use. Configure this explicitly in case you're using WebFlux components like
53
- * {@link WebClient} but don't want to use hypermedia operations with it.
54
+ * {@link org.springframework.web.reactive.function.client.WebClient} but don't want to use hypermedia operations with
55
+ * it.
54
56
*
55
57
* @return
56
58
*/
Original file line number Diff line number Diff line change @@ -271,12 +271,12 @@ List<MediaType> getMediaTypes() {
271
271
public enum RenderSingleLinks {
272
272
273
273
/**
274
- * A single {@link Link} is rendered as a JSON object.
274
+ * A single {@link org.springframework.hateoas. Link} is rendered as a JSON object.
275
275
*/
276
276
AS_SINGLE ,
277
277
278
278
/**
279
- * A single {@link Link} is rendered as a JSON Array.
279
+ * A single {@link org.springframework.hateoas. Link} is rendered as a JSON Array.
280
280
*/
281
281
AS_ARRAY
282
282
}
Original file line number Diff line number Diff line change 24
24
import org .springframework .http .MediaType ;
25
25
26
26
/**
27
- * {@link LinkDiscoverer} implementation based on HAL link structure.
27
+ * {@link org.springframework.hateoas.client. LinkDiscoverer} implementation based on HAL link structure.
28
28
*
29
29
* @author Oliver Gierke
30
30
* @author Greg Turnquist
You can’t perform that action at this time.
0 commit comments