Class JavaMicronautServerCodegen

    • Field Detail

      • OPT_CONTROLLER_PACKAGE

        public static final String OPT_CONTROLLER_PACKAGE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • OPT_GENERATE_CONTROLLER_FROM_EXAMPLES

        public static final String OPT_GENERATE_CONTROLLER_FROM_EXAMPLES
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • OPT_GENERATE_CONTROLLER_AS_ABSTRACT

        public static final String OPT_GENERATE_CONTROLLER_AS_ABSTRACT
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • OPT_GENERATE_OPERATIONS_TO_RETURN_NOT_IMPLEMENTED

        public static final String OPT_GENERATE_OPERATIONS_TO_RETURN_NOT_IMPLEMENTED
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • EXTENSION_ROLES

        public static final String EXTENSION_ROLES
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • ANONYMOUS_ROLE_KEY

        public static final String ANONYMOUS_ROLE_KEY
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • ANONYMOUS_ROLE

        public static final String ANONYMOUS_ROLE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • AUTHORIZED_ROLE_KEY

        public static final String AUTHORIZED_ROLE_KEY
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • AUTHORIZED_ROLE

        public static final String AUTHORIZED_ROLE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • DENY_ALL_ROLE_KEY

        public static final String DENY_ALL_ROLE_KEY
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • DENY_ALL_ROLE

        public static final String DENY_ALL_ROLE
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • NAME

        public static final String NAME
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
      • controllerPackage

        protected String controllerPackage
        Deprecated, for removal: This API element is subject to removal in a future version.
      • generateControllerAsAbstract

        protected boolean generateControllerAsAbstract
        Deprecated, for removal: This API element is subject to removal in a future version.
      • generateOperationsToReturnNotImplemented

        protected boolean generateOperationsToReturnNotImplemented
        Deprecated, for removal: This API element is subject to removal in a future version.
      • generateControllerFromExamples

        protected boolean generateControllerFromExamples
        Deprecated, for removal: This API element is subject to removal in a future version.
      • useAuth

        protected boolean useAuth
        Deprecated, for removal: This API element is subject to removal in a future version.
      • controllerPrefix

        protected String controllerPrefix
        Deprecated, for removal: This API element is subject to removal in a future version.
      • controllerSuffix

        protected String controllerSuffix
        Deprecated, for removal: This API element is subject to removal in a future version.
      • apiPrefix

        protected String apiPrefix
        Deprecated, for removal: This API element is subject to removal in a future version.
      • apiSuffix

        protected String apiSuffix
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • JavaMicronautServerCodegen

        public JavaMicronautServerCodegen()
        Deprecated, for removal: This API element is subject to removal in a future version.