Class PathRebinderImpl
java.lang.Object
ch.tocco.nice2.rest.entity.impl.rebind.path.PathRebinderImpl
- All Implemented Interfaces:
PathRebinder
-
Constructor Summary
ConstructorsConstructorDescriptionPathRebinderImpl(PathResolver pathResolver, ObjectConverter objectConverter) -
Method Summary
Modifier and TypeMethodDescriptionvoidrebind(Entity entity, Path path, Object value, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) voidsetRebinders(List<ResolveResultRebinder> rebinders) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:
rebindin interfacePathRebinder
-