com.softwareag.centrasite.appl.framework.persistence.mapper
Interface PropertyMapperFactory.Handler

Enclosing class:
PropertyMapperFactory

public static interface PropertyMapperFactory.Handler

The PropertyMapperFactory contains a set of so-called handlers. Each handler is responsible for a certain property class like Slot, Association, and so on.


Method Summary
 PropertyMapper newInstance(Property property)
          Creates a new instance of PropertyMapper.
 

Method Detail

newInstance

PropertyMapper newInstance(Property property)
Creates a new instance of PropertyMapper.