public static interface PropertyMapperFactory.Handler
PropertyMapperFactory
contains a set of so-called handlers.
Each handler is responsible for a certain property class like
Slot
, Association
, and so on.Modifier and Type | Method and Description |
---|---|
PropertyMapper |
newInstance(Property property)
Creates a new instance of
PropertyMapper . |
PropertyMapper newInstance(Property property)
PropertyMapper
.property
- The Property
to create a new instancePropertyMapper
instance