Package org.anchoranalysis.bean.initializable.property
Initializating a bean with parameters.
-
Interface Summary Interface Description InitializationParameterAssigner Assigns a parameter to a bean, if the bean accepts it. -
Class Summary Class Description AssignerMatchClass<P extends BeanInitialization> Allows assignment of parameters if they are are of typeparamTypeMatchor subclass of it.BeanInitializer<P> Tries to initialize a bean and it's children with particular parameters, if possible.ExtractDerivedParameter<S,T> Extracts one type of parameter from another, if possible.