Uses of Class
org.anchoranalysis.bean.initializable.property.ExtractDerivedParameter
Packages that use ExtractDerivedParameter
Package
Description
Initializating a bean with parameters.
-
Uses of ExtractDerivedParameter in org.anchoranalysis.bean.initializable.property
Constructor parameters in org.anchoranalysis.bean.initializable.property with type arguments of type ExtractDerivedParameterModifierConstructorDescriptionBeanInitializer
(Class<?> initializationType, List<ExtractDerivedParameter<P, ?>> extractersToAdd) More complex-case where both current-parameters and other extracted property-types can be initialized.