Interface CrudResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T extends org.jvnet.hk2.config.ConfigBeanProxy>
      T
      resolve​(org.glassfish.api.admin.AdminCommandContext context, Class<T> type)
      Retrieves the existing configuration object a command invocation is intented to mutate.
    • Method Detail

      • resolve

        <T extends org.jvnet.hk2.config.ConfigBeanProxy> T resolve​(org.glassfish.api.admin.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