Package org.dalesbred.internal.instantiation
Support for instantiating objects from result-sets.
-
Interface Summary Interface Description Instantiator<T> Factory for producing objects from given arguments. -
Class Summary Class Description InstantiatorArguments Contains the arguments of instantiator as well their names and types.InstantiatorProvider ProvidesInstantiator
s for classes.NamedTypeList Represents a named list of types, e.g.NamedTypeList.Builder Builder forNamedTypeList
s.TypeConversion A conversion from S into T. -
Exception Summary Exception Description InstantiationFailureException Exception thrown when there is a problem with instantiation or conversion.