Interface HalModelBuilder.PreviewBuilder
- Enclosing class:
- HalModelBuilder
public static interface HalModelBuilder.PreviewBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondefault HalModelBuilderforLink(String href, LinkRelation relation) Concludes the set up of a preview for theLinkconsisting ot the given href andLinkRelation.Concludes the set up of a preview for the givenLink.
-
Method Details
-
forLink
Concludes the set up of a preview for the givenLink.- Parameters:
link- must not be null.- Returns:
- will never be null.
- See Also:
-
forLink
Concludes the set up of a preview for theLinkconsisting ot the given href andLinkRelation.- Parameters:
href- must not be null.relation- must not be null.- Returns:
- will never be null.
- See Also:
-