Class PathRebinderImpl
java.lang.Object
ch.tocco.nice2.rest.entity.impl.rebind.path.PathRebinderImpl
- All Implemented Interfaces:
PathRebinder
-
Constructor Summary
ConstructorDescriptionPathRebinderImpl
(PathResolver pathResolver, ObjectConverter objectConverter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
rebind
(Entity entity, Path path, Object value, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) void
setRebinders
(List<ResolveResultRebinder> rebinders) 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.path.PathRebinder
rebind
-
Constructor Details
-
PathRebinderImpl
-
-
Method Details
-
setRebinders
-
rebind
public void rebind(Entity entity, Path path, Object value, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) - Specified by:
rebind
in interfacePathRebinder
-