Class AbstractPropertyFactory<V,P extends WritableProperty<V>>

java.lang.Object
io.github.mmm.property.factory.AbstractPropertyFactory<V,P>
Type Parameters:
V - the generic type of the property value.
P - the generic type of the property.
All Implemented Interfaces:
PropertyFactory<V,P>
Direct Known Subclasses:
PropertyFactoryBigDecimal, PropertyFactoryBigInteger, PropertyFactoryBoolean, PropertyFactoryByte, PropertyFactoryDouble, PropertyFactoryDuration, PropertyFactoryEnum, PropertyFactoryFloat, PropertyFactoryInstant, PropertyFactoryInteger, PropertyFactoryList, PropertyFactoryLocalDate, PropertyFactoryLocalDateTime, PropertyFactoryLocale, PropertyFactoryLocalTime, PropertyFactoryLong, PropertyFactoryMap, PropertyFactoryObject, PropertyFactoryOffsetDateTime, PropertyFactoryOffsetTime, PropertyFactoryPassword, PropertyFactoryPattern, PropertyFactoryRange, PropertyFactorySet, PropertyFactoryShort, PropertyFactoryString, PropertyFactoryZonedDateTime, SimplePropertyFactory

public abstract class AbstractPropertyFactory<V,P extends WritableProperty<V>> extends Object implements PropertyFactory<V,P>
The abstract base implementation of PropertyFactory.
Since:
1.0.0
  • Constructor Details

    • AbstractPropertyFactory

      public AbstractPropertyFactory()