Class MultipleOpenApiResource

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean
    Direct Known Subclasses:
    MultipleOpenApiActuatorResource, MultipleOpenApiWebMvcResource

    public abstract class MultipleOpenApiResource
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    The type Web mvc multiple open api resource.
    Author:
    bnasslahsen
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • getOpenApiResourceOrThrow

        protected OpenApiResource getOpenApiResourceOrThrow​(String group)
        Gets open api resource or throw.
        Parameters:
        group - the group
        Returns:
        the open api resource or throw