Interface CodegenFeatureFlags.Builder

  • Method Details

    • isRelationshipSupported

      CodegenFeatureFlags.Builder isRelationshipSupported(Boolean isRelationshipSupported)

      Specifes whether a code generation job supports data relationships.

      Parameters:
      isRelationshipSupported - Specifes whether a code generation job supports data relationships.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isNonModelSupported

      CodegenFeatureFlags.Builder isNonModelSupported(Boolean isNonModelSupported)

      Specifies whether a code generation job supports non models.

      Parameters:
      isNonModelSupported - Specifies whether a code generation job supports non models.
      Returns:
      Returns a reference to this object so that method calls can be chained together.