# 3. Specific Record in AVRO - Hands On

![](/files/-MDVnf4Fbf8k-GqJTgZR)

![](/files/-MDVnpWEb7W19mK8LRjN)

AVRO Maven will generate the code:

![](/files/-MDVo-oo9m9NDLGSLR8-)

![](/files/-MDVoeSi0JM9e16b65Vt)

when we run **mvn package . Maven plugin automatically generate code from AVRO schema as shown above :**

**& the generated source is inside >>target>>>generated-source>>>avro>>>.....**

![](/files/-MDVp5GTtSPPmjbeBOhZ)

![](/files/-MDVpLvvi8oJwiPCDQ-e)

**Now create specific record >** SpecificRecordExamples.java class.

![](/files/-MDVq52KbwcflP7yMzZD)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/3.-specific-record-in-avro-hands-on.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
