Interface ConfigCustomizerFactory

    • Method Detail

      • forExtensionType

        default java.util.Collection<ConfigCustomizer> forExtensionType​(java.lang.Class<?> extensionType)
        Creates a collection of ConfigCustomizer instances for an extension type.
        Parameters:
        extensionType - The extension type
        Returns:
        A Collection of ConfigCustomizer objects. Must not be null
      • forExtensionMethod

        default java.util.Collection<ConfigCustomizer> forExtensionMethod​(java.lang.Class<?> extensionType,
                                                                          java.lang.reflect.Method method)
        Creates a collection of ConfigCustomizer instances for an extension type method.
        Parameters:
        extensionType - The extension type
        method - The method on the extension type
        Returns:
        A Collection of ConfigCustomizer objects. Must not be null