Class PropertyFactoryList<E>

java.lang.Object
io.github.mmm.property.factory.AbstractPropertyFactory<List<E>,ListProperty<E>>
io.github.mmm.property.container.list.PropertyFactoryList<E>
Type Parameters:
E - type of the contained elements.
All Implemented Interfaces:
PropertyFactory<List<E>,ListProperty<E>>

public class PropertyFactoryList<E> extends AbstractPropertyFactory<List<E>,ListProperty<E>>
This is the implementation of PropertyFactory for ListProperty.
Since:
1.0.0
  • Constructor Details

    • PropertyFactoryList

      public PropertyFactoryList()
  • Method Details