Package org.apache.wicket.injection


package org.apache.wicket.injection
  • Class
    Description
    Compound implementation of IFieldValueFactory.
    Factory object used by injector to generate values for fields of the object being injected.
    Injector scans fields of an object instance and checks if the specified IFieldValueFactory can provide a value for a field; if it can, the field is set to that value.
    Implementation of field value factory that ignores all fields