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<?>>
EntityLookup
implementation base class to derive the supported domain type from the generics signature.- Since:
- 2.5
- Author:
- Oliver Gierke
-
Constructor Summary
ConstructorDescriptionCreates a newEntityLookupSupport
instance discovering the supported type from the generics signature. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.rest.core.support.EntityLookup
getLookupProperty, getResourceIdentifier, lookupEntity
-
Constructor Details
-
EntityLookupSupport
public EntityLookupSupport()Creates a newEntityLookupSupport
instance discovering the supported type from the generics signature.
-
-
Method Details
-
supports
- Specified by:
supports
in interfaceorg.springframework.plugin.core.Plugin<T>
-