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 Details

    • EntityModelType

      public EntityModelType()
  • Method Details

    • getType

      public Type getType()
      Overrides:
      getType in class org.springframework.core.ParameterizedTypeReference<T>
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class org.springframework.core.ParameterizedTypeReference<T>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.core.ParameterizedTypeReference<T>
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.core.ParameterizedTypeReference<T>