Introduced Resource and Resources value objects. The former captures single entity instances but adds links to it. The latter does the same for a collection of entities. Added SPI interfaces ResourcePostProcessor and ResourcesPostProcessor to allow manipulating Resource and Resources instances.
9 lines
356 B
Plaintext
9 lines
356 B
Plaintext
Bundle-SymbolicName: org.springframework.hateoas
|
|
Bundle-Name: Spring HATEOAS
|
|
Bundle-Vendor: SpringSource
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
javax.xml.bind.*;version="0",
|
|
org.springframework.*;version="${spring.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.codehaus.jackson.*;version="${jackson.version:[=.=.=,+1.0.0)}";resolution:=optional
|