Class TypeReferences.EntityModelType<T>
java.lang.Object
org.springframework.core.ParameterizedTypeReference<T>
org.springframework.hateoas.server.core.TypeReferences.EntityModelType<T>
- Enclosing class:
- TypeReferences
public static class TypeReferences.EntityModelType<T>
extends org.springframework.core.ParameterizedTypeReference<T>
A
ParameterizedTypeReference to return a EntityModel of some type.- Since:
- 0.17
- Author:
- Oliver Gierke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.core.ParameterizedTypeReference
forType
-
Constructor Details
-
EntityModelType
public EntityModelType()
-
-
Method Details
-
getType
- Overrides:
getTypein classorg.springframework.core.ParameterizedTypeReference<T>
-
equals
- Overrides:
equalsin classorg.springframework.core.ParameterizedTypeReference<T>
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.springframework.core.ParameterizedTypeReference<T>
-
toString
- Overrides:
toStringin classorg.springframework.core.ParameterizedTypeReference<T>
-