|
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.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. |
| Uses of ResourceSupport in org.springframework.hateoas.mvc |
|---|
| Classes in org.springframework.hateoas.mvc with type parameters of type ResourceSupport | |
|---|---|
class |
ResourceAssemblerSupport<T extends Identifiable<?>,D extends ResourceSupport>
Base class to implement ResourceAssemblers. |
|
Spring Hateoas | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||