Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 100 for modelFor (0.12 sec)

  1. docs/pt/docs/tutorial/body-multiple-params.md

    Suponha que você tem um único parâmetro de corpo `item`, a partir de um modelo Pydantic `Item`.
    
    Por padrão, o **FastAPI** esperará que seu conteúdo venha no corpo diretamente.
    
    Mas se você quiser que ele espere por um JSON com uma chave `item` e dentro dele os conteúdos do modelo, como ocorre ao declarar vários parâmetros de corpo, você pode usar o parâmetro especial de `Body` chamado `embed`:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. docs/es/docs/features.md

    * Valida **estructuras complejas**:
        * Usa modelos jerárquicos de modelos de Pydantic, `typing` de Python,  `List` y `Dict`, etc.
        * Los validadores también permiten que se definan fácil y claramente schemas complejos de datos. Estos son chequeados y documentados como JSON Schema.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. maven-embedder/src/main/mdo/core-extensions.mdo

      specific language governing permissions and limitations
      under the License.
    
    -->
    
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
      xml.namespace="http://maven.apache.org/EXTENSIONS/${version}"
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/execution-configuration-join/pom.xml

                    <groupId>org.codehaus.modello</groupId>
                    <artifactId>modello-maven-plugin</artifactId>
                    <version>1.0-alpha-21</version>
                </plugin>
            </plugins>
            <pluginManagement>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.modello</groupId>
                        <artifactId>modello-maven-plugin</artifactId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 1.2K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/config-with-plugin-mng/pom.xml

      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus</artifactId>
      <version>1.3.0-SNAPSHOT</version>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
            <executions>
              <execution>
                <id>nexus.xml</id>
                <configuration>
                  <version>1.0.8</version>
                </configuration>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 1K bytes
    - Viewed (0)
  6. platforms/software/testing-base/build.gradle.kts

        api(libs.guava)
        api(libs.jsr305)
        api(libs.inject)
    
        implementation(projects.baseServicesGroovy)
        implementation(projects.concurrent)
        implementation(projects.files)
        implementation(projects.modelCore)
        implementation(projects.processServices)
        implementation(projects.serialization)
    
        implementation(libs.ant) {
            because("only used for DateUtils")
        }
        implementation(libs.commonsLang)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/execution-configuration/pom.xml

        <artifactId>nexus</artifactId>
        <version>1.3.0-SNAPSHOT</version>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.codehaus.modello</groupId>
                    <artifactId>modello-maven-plugin</artifactId>
                    <version>1.0-alpha-21</version>
                    <executions>
                        <execution>
                            <id>nexus.xml</id>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 29 05:20:38 UTC 2009
    - 2.2K bytes
    - Viewed (0)
  8. maven-core/src/test/projects/lifecycle-executor/project-with-plugin-level-configuration-only/pom.xml

      <artifactId>project-plugin-level-configuration-only</artifactId>
      <version>1.0.1</version>
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.modello</groupId>
            <artifactId>modello-maven-plugin</artifactId>
            <version>1.0.1</version>
            <configuration>
              <version>1.1.0</version>
              <models>
                <model>src/main/mdo/remote-resources.mdo</model>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 21 20:14:22 UTC 2009
    - 1.4K bytes
    - Viewed (0)
  9. maven-core/src/test/resources-project-builder/pluginmanagement-inherited/pom.xml

      <artifactId>nexus</artifactId>
      <version>1.3.0-SNAPSHOT</version>
      <packaging>pom</packaging>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
              <version>1.0-alpha-21</version>
            </plugin>
          </plugins>
        </pluginManagement>
      </build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 480 bytes
    - Viewed (0)
  10. maven-core/src/test/resources-project-builder/plugin-management-dependencies/pom.xml

        <artifactId>aid</artifactId>
      <version>1.0</version>
      <packaging>pom</packaging>
      <build>
        <pluginManagement>
          <plugins>
            <plugin>
              <groupId>org.codehaus.modello</groupId>
              <artifactId>modello-maven-plugin</artifactId>
              <version>1.0-alpha-21</version>
              <dependencies>
                <dependency>
                  <groupId>a</groupId>
                  <artifactId>b</artifactId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:50:27 UTC 2020
    - 671 bytes
    - Viewed (0)
Back to top