Package org.minijax.cdi
Class ConstructorProviderBuilder<T>
- java.lang.Object
-
- org.minijax.cdi.ConstructorProviderBuilder<T>
-
public class ConstructorProviderBuilder<T> extends Object
The ConstructorProviderBuilder class builds the list of injection methods for a class. JSR 330 compliance is extremely sensitive to the order of the results of this class. See here for an excellent reference implementation: https://github.com/rstiller/JSR-330 void com.github.jsr330.instance.TypeContainer.getMethodInformation() See here for the JSR-330 specification: https://jcp.org/en/jsr/detail?id=330
-
-
Constructor Summary
Constructors Constructor Description ConstructorProviderBuilder(MinijaxInjectorState state)
-
-
-
Constructor Detail
-
ConstructorProviderBuilder
public ConstructorProviderBuilder(MinijaxInjectorState state)
-
-
Method Detail
-
build
public ConstructorProvider<T> build()
-
-