Spring Hateoas

Uses of Class
org.springframework.hateoas.VndErrors.VndError

Packages that use VndErrors.VndError
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
 

Uses of VndErrors.VndError in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return types with arguments of type VndErrors.VndError
 Iterator<VndErrors.VndError> VndErrors.iterator()
           
 

Methods in org.springframework.hateoas with parameters of type VndErrors.VndError
 VndErrors VndErrors.add(VndErrors.VndError error)
          Adds an additional VndErrors.VndError to the wrapper.
 

Constructors in org.springframework.hateoas with parameters of type VndErrors.VndError
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 parameters in org.springframework.hateoas with type arguments of type VndErrors.VndError
VndErrors(List<VndErrors.VndError> errors)
          Creates a new VndErrors wrapper for the given VndErrors.
 


Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.