Interface ParameterBinder

All Superinterfaces:
Identified

public interface ParameterBinder extends Identified

Interface for a class that can convert a string in to an object of a particular type

A note on deprecation and where this code is going:

  • binding is to become detached from the parameter - the parameter is just context that we'll probably wrap around any binding problems via the binding context bind method

  • new binders should not implement the deprecated methods and instead use the NewBaseBinder class, which will take care of implementing those deprecated methods in a consistent way