|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceSupport | |
|---|---|
| org.springframework.hateoas | Value objects to ease creating Links and link driven representations for REST webservices. |
| org.springframework.hateoas.hal | |
| org.springframework.hateoas.mvc | Spring MVC helper classes to build Links and assemble
ResourceSupport types. |
| Uses of ResourceSupport in org.springframework.hateoas |
|---|
| Classes in org.springframework.hateoas with type parameters of type ResourceSupport | |
|---|---|
interface |
ResourceAssembler<T,D extends ResourceSupport>
Interface for components that convert a domain type into an ResourceSupport. |
interface |
ResourceProcessor<T extends ResourceSupport>
SPI interface to allow components to process the ResourceSupport instances returned from Spring MVC
controllers. |
| Subclasses of ResourceSupport in org.springframework.hateoas | |
|---|---|
class |
PagedResources<T>
DTO to implement binding response representations of pageable collections. |
class |
Resource<T>
A simple Resource wrapping a domain object and adding links to it. |
class |
Resources<T>
General helper to easily create a wrapper for a collection of entities. |
static class |
VndErrors.VndError
A single VndErrors.VndError. |
| Uses of ResourceSupport in org.springframework.hateoas.hal |
|---|
| Subclasses of ResourceSupport in org.springframework.hateoas.hal | |
|---|---|
class |
ResourcesMixin<T>
|
| Uses of ResourceSupport in org.springframework.hateoas.mvc |
|---|
| Classes in org.springframework.hateoas.mvc with type parameters of type ResourceSupport | |
|---|---|
class |
HeaderLinksResponseEntity<T extends ResourceSupport>
Special ResponseEntity that exposes Link instances in the contained ResourceSupport as link
headers instead of in the body. |
class |
IdentifiableResourceAssemblerSupport<T extends Identifiable<?>,D extends ResourceSupport>
Base class to implement ResourceAssemblers. |
class |
ResourceAssemblerSupport<T,D extends ResourceSupport>
Base class to implement ResourceAssemblers. |
| Methods in org.springframework.hateoas.mvc with type parameters of type ResourceSupport | ||
|---|---|---|
static
|
HeaderLinksResponseEntity.wrap(HttpEntity<S> entity)
Wraps the given HttpEntity into a HeaderLinksResponseEntity. |
|
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||