Class PatchEntityHandlingStrategy
java.lang.Object
ch.tocco.nice2.rest.entity.impl.rebind.PatchEntityHandlingStrategy
- All Implemented Interfaces:
EntityHandlingStrategy
@Component
public class PatchEntityHandlingStrategy
extends Object
implements EntityHandlingStrategy
This strategy is mapped onto
EntityHandling.PATCH
.-
Constructor Summary
ConstructorDescriptionPatchEntityHandlingStrategy
(CommandExecutor commandExecutor, PathRebinder pathRebinder) -
Method Summary
Modifier and TypeMethodDescriptiongetEntity
(EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration) getId()
void
setPaths
(Entity entity, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.rest.entity.impl.rebind.EntityHandlingStrategy
setPaths
-
Constructor Details
-
PatchEntityHandlingStrategy
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceEntityHandlingStrategy
-
getEntity
public Entity getEntity(EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration) - Specified by:
getEntity
in interfaceEntityHandlingStrategy
-
setPaths
public void setPaths(Entity entity, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) - Specified by:
setPaths
in interfaceEntityHandlingStrategy
-