Interface ConfigCustomizerFactory
-
Method Summary
Modifier and TypeMethodDescriptiondefault Collection
<ConfigCustomizer> forExtensionMethod
(Class<?> extensionType, Method method) Creates a collection ofConfigCustomizer
instances for an extension type method.default Collection
<ConfigCustomizer> forExtensionType
(Class<?> extensionType) Creates a collection ofConfigCustomizer
instances for an extension type.
-
Method Details
-
forExtensionType
Creates a collection ofConfigCustomizer
instances for an extension type.- Parameters:
extensionType
- The extension type- Returns:
- A
Collection
ofConfigCustomizer
objects. Must not be null
-
forExtensionMethod
Creates a collection ofConfigCustomizer
instances for an extension type method.- Parameters:
extensionType
- The extension typemethod
- The method on the extension type- Returns:
- A
Collection
ofConfigCustomizer
objects. Must not be null
-