Uses of Interface
de.quantummaid.injectmaid.api.customtype.api.InvocableFactory
-
Packages that use InvocableFactory Package Description de.quantummaid.injectmaid.api.customtype de.quantummaid.injectmaid.api.customtype.api -
-
Uses of InvocableFactory in de.quantummaid.injectmaid.api.customtype
Methods in de.quantummaid.injectmaid.api.customtype with parameters of type InvocableFactory Modifier and Type Method Description static CustomTypeInstantiatorCustomTypeInstantiator. customTypeInstantiator(List<de.quantummaid.reflectmaid.ResolvedType> dependencies, InvocableFactory<?> invocableFactory) -
Uses of InvocableFactory in de.quantummaid.injectmaid.api.customtype.api
Classes in de.quantummaid.injectmaid.api.customtype.api with type parameters of type InvocableFactory Modifier and Type Class Description classFactoryBuilder<X extends InvocableFactory<?>>Subinterfaces of InvocableFactory in de.quantummaid.injectmaid.api.customtype.api Modifier and Type Interface Description interfaceFactory00<X>interfaceFactory01<X,A>interfaceFactory02<X,A,B>interfaceFactory03<X,A,B,C>interfaceFactory04<X,A,B,C,D>interfaceFactory05<X,A,B,C,D,E>interfaceFactory06<X,A,B,C,D,E,F>interfaceFactory07<X,A,B,C,D,E,F,G>interfaceFactory08<X,A,B,C,D,E,F,G,H>interfaceFactory09<X,A,B,C,D,E,F,G,H,I>interfaceFactory10<X,A,B,C,D,E,F,G,H,I,J>interfaceFactory11<X,A,B,C,D,E,F,G,H,I,J,K>interfaceFactory12<X,A,B,C,D,E,F,G,H,I,J,K,L>interfaceFactory13<X,A,B,C,D,E,F,G,H,I,J,K,L,M>interfaceFactory14<X,A,B,C,D,E,F,G,H,I,J,K,L,M,N>interfaceFactory15<X,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O>interfaceFactory16<X,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P>Methods in de.quantummaid.injectmaid.api.customtype.api that return InvocableFactory Modifier and Type Method Description InvocableFactory<?>CustomTypeData. invocableFactory()Methods in de.quantummaid.injectmaid.api.customtype.api with parameters of type InvocableFactory Modifier and Type Method Description static CustomTypeDataCustomTypeData. customTypeInstantiator(List<de.quantummaid.reflectmaid.ResolvedType> dependencies, InvocableFactory<?> invocableFactory)voidBuilder. setFactory(InvocableFactory<?> factory)
-