Java Runtime 3.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
alfa.rt.IBuilderFactory Interface Reference

Public Member Functions

< T extends Builder > T builder (alfa.rt.IBuilderConfig bc, TypeDescriptor descriptor, Object ... objs)
 
< T extends AlfaObject > T create (alfa.rt.IBuilderConfig bc, TypeDescriptor descriptor, Object ... objs)
 
default< T extends Builder > T create (TypeDescriptor descriptor, Object ... objs)
 

Detailed Description

An interface that is used by IBuilderConfig to construct instances of the final target object Implementations can plug custom implementation in order the create custom concrete classes but adhereing to the generated ALFA type based interfaces.


The documentation for this interface was generated from the following file: