Class BaseHandlerApiSupport

  • All Implemented Interfaces:
    ApiSupport
    Direct Known Subclasses:
    CollectionHandlerApi, ConfigSetsHandlerApi, CoreAdminHandlerApi

    public abstract class BaseHandlerApiSupport
    extends Object
    implements ApiSupport
    This is a utility class to provide an easy mapping of request handlers which support multiple commands to the V2 API format (core admin api, collections api). This helps in automatically mapping paths to actions and old parameter names to new parameter names