Uses of Interface
io.kojan.xml.Factory
-
Uses of Factory in io.kojan.xml
Methods in io.kojan.xml that return FactoryModifier and TypeMethodDescriptionEntity.getBeanFactory()
Obtains a factory used to create initial entity bean.Methods in io.kojan.xml with parameters of type FactoryModifier and TypeMethodDescriptionstatic <Type,
Bean>
Entity<Type, Bean> Entity.of
(String tag, Factory<Bean> beanFactory, Converter<Bean, Type> converter, Property<Type, Bean, ?>... properties) Creates an entity using a converter method for converting entity beans to entity objects.Creates an entity using a bean class implementing theBuilder
interface.static <Type> Entity
<Type, Type> Creates an entity over a mutable data type that does not need conversion from bean type.Constructors in io.kojan.xml with parameters of type Factory