Class HtmlInputType

java.lang.Object
org.springframework.hateoas.mediatype.html.HtmlInputType

public class HtmlInputType extends Object
The types of HTML <input … /> elements.

Note, that there are currently only constants defined for the input types we currently support in any of the media types supported by Spring HATEOAS out of the box. If your media type needs an additional one, please file a ticket.

Since:
1.3
Author:
Oliver Drotbohm