Interface PropertyResolverDelegate

All Superinterfaces:
PropertyResolver, ValueResolver<String>

@Internal public interface PropertyResolverDelegate extends PropertyResolver, ValueResolver<String>
The PropertyResolverDelegate interface acts as a wrapper or intermediary for a PropertyResolver, delegating all method calls to the underlying implementation. It combines functionality from the PropertyResolver and ValueResolver interfaces.
Since:
5.0
Author:
Denis Stepanov