Interface CrudResolver

    • Method Detail

      • resolve

        <T extends ConfigBeanProxy> T resolve​(AdminCommandContext context,
                                              Class<T> type)
        Retrieves the existing configuration object a command invocation is intented to mutate.
        Parameters:
        context - the command invocation context
        type - the type of the expected instance
        Returns:
        the instance or null if not found