java.lang.Object
org.springframework.hateoas.mediatype.alps.Doc

public final class Doc extends Object
A value object for an ALPS doc element.
Since:
0.15
Author:
Oliver Gierke, Greg Turnquist
  • Constructor Details

    • Doc

      public Doc(String value, Format format)
      Creates a new Doc instance with the given value and Format.
      Parameters:
      value - must not be null or empty.
      format - must not be null.
  • Method Details