Uses of Interface
io.kojan.xml.Builder
-
-
Uses of Builder in io.kojan.xml
Methods in io.kojan.xml with type parameters of type Builder Modifier and Type Method Description static <Type,Bean extends Builder<Type>>
Entity<Type,Bean>Entity. of(java.lang.String tag, Factory<Bean> beanFactory, Property<Type,Bean,?>... properties)
Creates an entity using a bean class implementing theBuilder
interface.
-