Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST webservices. |
Modifier and Type | Method and Description |
---|---|
Iterator<VndErrors.VndError> |
VndErrors.iterator() |
Modifier and Type | Method and Description |
---|---|
VndErrors |
VndErrors.add(VndErrors.VndError error)
Adds an additional
VndErrors.VndError to the wrapper. |
Constructor and Description |
---|
VndErrors(VndErrors.VndError error,
VndErrors.VndError... errors)
Creates a new
VndErrors wrapper for at least one VndErrors.VndError . |
VndErrors(VndErrors.VndError error,
VndErrors.VndError... errors)
Creates a new
VndErrors wrapper for at least one VndErrors.VndError . |
Constructor and Description |
---|
VndErrors(List<VndErrors.VndError> errors)
|
Copyright © 2012-2016–2018 Pivotal, Inc.. All rights reserved.