Interface ValueInstantiators

All Known Implementing Classes:
SimpleValueInstantiators, ValueInstantiators.Base

public interface ValueInstantiators
Interface for providers of ValueInstantiator instances. Implemented when an object wants to provide custom value instantiators, usually to support custom value types with alternate constructors, or which need specified post-processing after construction but before binding data.
  • Method Details