Class ValidationErrorResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.EntityModel<ModelValidationError>>
org.springframework.hateoas.EntityModel<ModelValidationError>
org.activiti.cloud.services.modeling.rest.resource.ValidationErrorResource
public class ValidationErrorResource
extends org.springframework.hateoas.EntityModel<ModelValidationError>
-
Constructor Summary
ConstructorsConstructorDescriptionValidationErrorResource(ModelValidationError content, Iterable<org.springframework.hateoas.Link> links) -
Method Summary
Methods inherited from class org.springframework.hateoas.EntityModel
equals, getContent, hashCode, of, of, of, toStringMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, removeLinks
-
Constructor Details
-
ValidationErrorResource
public ValidationErrorResource(ModelValidationError content, Iterable<org.springframework.hateoas.Link> links)
-