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