Class ConstructorProviderBuilder<T>

java.lang.Object
org.minijax.cdi.ConstructorProviderBuilder<T>

public class ConstructorProviderBuilder<T>
extends java.lang.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)  
  • Method Summary

    Modifier and Type Method Description
    ConstructorProvider<T> build()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait