Package net.fortuna.ical4j.data
Class DefaultPropertyFactorySupplier
- java.lang.Object
-
- net.fortuna.ical4j.data.DefaultPropertyFactorySupplier
-
- All Implemented Interfaces:
Supplier<List<PropertyFactory<? extends Property>>>
public class DefaultPropertyFactorySupplier extends Object implements Supplier<List<PropertyFactory<? extends Property>>>
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyFactorySupplier()
-
-
-
Method Detail
-
get
public List<PropertyFactory<? extends Property>> get()
- Specified by:
get
in interfaceSupplier<List<PropertyFactory<? extends Property>>>
-
-