Class EntityLookupSupport<T>

java.lang.Object
org.springframework.data.rest.core.support.EntityLookupSupport<T>
All Implemented Interfaces:
EntityLookup<T>, org.springframework.plugin.core.Plugin<Class<?>>

public abstract class EntityLookupSupport<T> extends Object implements EntityLookup<T>
EntityLookup implementation base class to derive the supported domain type from the generics signature.
Since:
2.5
Author:
Oliver Gierke
  • Constructor Details

    • EntityLookupSupport

      public EntityLookupSupport()
      Creates a new EntityLookupSupport instance discovering the supported type from the generics signature.
  • Method Details

    • supports

      public boolean supports(Class<?> delimiter)
      Specified by:
      supports in interface org.springframework.plugin.core.Plugin<T>