Class AbstractMvcEndpoint

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, MvcEndpoint, org.springframework.context.EnvironmentAware, org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    Direct Known Subclasses:
    AbstractNamedMvcEndpoint

    public abstract class AbstractMvcEndpoint
    extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
    implements MvcEndpoint, org.springframework.context.EnvironmentAware
    Abstract base class for MvcEndpoint implementations without a backing Endpoint.
    Since:
    1.4.0