Class AkkaScalaClientCodegen

    • Field Detail

      • mainPackage

        protected String mainPackage
      • groupId

        protected String groupId
      • artifactId

        protected String artifactId
      • artifactVersion

        protected String artifactVersion
      • resourcesFolder

        protected String resourcesFolder
      • configKey

        protected String configKey
      • defaultTimeoutInMs

        protected int defaultTimeoutInMs
      • configKeyPath

        protected String configKeyPath
      • registerNonStandardStatusCodes

        protected boolean registerNonStandardStatusCodes
      • renderJavadoc

        protected boolean renderJavadoc
      • removeOAuthSecurities

        protected boolean removeOAuthSecurities
      • onlyOneSuccess

        protected boolean onlyOneSuccess
        If set to true, only the default response (the one with le lowest 2XX code) will be considered as a success, and all others as ApiErrors. If set to false, all responses defined in the model will be considered as a success upon reception. Only http errors, unmarshalling problems and any other RuntimeException will be considered as ApiErrors.
      • LOGGER

        protected org.slf4j.Logger LOGGER
    • Constructor Detail

      • AkkaScalaClientCodegen

        public AkkaScalaClientCodegen()