Module io.github.mmm.property
Package io.github.mmm.property.factory
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 theproperty value.P- the generic type of theproperty.
- All Implemented Interfaces:
PropertyFactory<V,P>
- Direct Known Subclasses:
PropertyFactoryBean,PropertyFactoryBigDecimal,PropertyFactoryBigInteger,PropertyFactoryBoolean,PropertyFactoryByte,PropertyFactoryDouble,PropertyFactoryFloat,PropertyFactoryId,PropertyFactoryInstant,PropertyFactoryInteger,PropertyFactoryLink,PropertyFactoryList,PropertyFactoryLocalDate,PropertyFactoryLocalDateTime,PropertyFactoryLocalTime,PropertyFactoryLong,PropertyFactoryMap,PropertyFactoryObject,PropertyFactoryOffsetDateTime,PropertyFactoryOffsetTime,PropertyFactoryRange,PropertyFactorySet,PropertyFactoryShort,PropertyFactoryString,PropertyFactoryZonedDateTime
public abstract class AbstractPropertyFactory<V,P extends WritableProperty<V>> extends Object implements PropertyFactory<V,P>
The abstract base implementation ofPropertyFactory.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractPropertyFactory()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.mmm.property.factory.PropertyFactory
create, getImplementationClass, getReadableInterface, getValueClass, getWritableInterface, isPolymorphic
-
-