public class PersistentEntityResource<T> extends SimpleResource<T>
| 构造器和说明 |
|---|
PersistentEntityResource(T content,
org.springframework.data.mapping.PersistentEntity<?,?> entity,
org.springframework.hateoas.Link... links) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.mapping.PersistentEntity<?,?> |
getEntity() |
<S> PersistentEntityResource<S> |
map(S content) |
add, getLinksgetContent, setContentpublic PersistentEntityResource(T content, org.springframework.data.mapping.PersistentEntity<?,?> entity, org.springframework.hateoas.Link... links)
public org.springframework.data.mapping.PersistentEntity<?,?> getEntity()
public <S> PersistentEntityResource<S> map(S content)