Uses of Class
de.quantummaid.injectmaid.api.customtype.api.CustomType
-
Packages that use CustomType Package Description de.quantummaid.injectmaid de.quantummaid.injectmaid.api.builder de.quantummaid.injectmaid.api.customtype.api -
-
Uses of CustomType in de.quantummaid.injectmaid
Methods in de.quantummaid.injectmaid with parameters of type CustomType Modifier and Type Method Description InjectMaidBuilderInjectMaidBuilder. withCustomType(CustomType customType, ReusePolicy reusePolicy) -
Uses of CustomType in de.quantummaid.injectmaid.api.builder
Methods in de.quantummaid.injectmaid.api.builder with parameters of type CustomType Modifier and Type Method Description default TCustomTypeConfigurators. withCustomType(CustomType customType)TCustomTypeConfigurators. withCustomType(CustomType customType, ReusePolicy reusePolicy) -
Uses of CustomType in de.quantummaid.injectmaid.api.customtype.api
Methods in de.quantummaid.injectmaid.api.customtype.api that return CustomType Modifier and Type Method Description CustomTypeFactoryBuilder. usingFactory(X factory)
-