Definition at line 27 of file ObjectCreator.cs.
◆ CtorDelegate()
delegate object Avro.Specific.ObjectCreator.CtorDelegate |
( |
| ) |
|
◆ GetConstructor()
Gets the default constructor for the specified type
- Parameters
-
name | name of object for the type |
schemaType | schema type for the object |
type | type of the object |
- Returns
- Default constructor for the type
Definition at line 284 of file ObjectCreator.cs.
◆ GetType() [1/2]
Type Avro.Specific.ObjectCreator.GetType |
( |
Schema |
schema | ) |
|
|
inline |
Gets the type for the specified schema
- Parameters
-
- Returns
Definition at line 174 of file ObjectCreator.cs.
◆ GetType() [2/2]
Type Avro.Specific.ObjectCreator.GetType |
( |
string |
name, |
|
|
Schema.Type |
schemaType |
|
) |
| |
|
inline |
Gets the type of the specified type name
- Parameters
-
name | name of the object to get type of |
schemaType | schema type for the object |
- Returns
- Type
Definition at line 261 of file ObjectCreator.cs.
◆ New()
object Avro.Specific.ObjectCreator.New |
( |
string |
name, |
|
|
Schema.Type |
schemaType |
|
) |
| |
|
inline |
Creates new instance of the given type
- Parameters
-
name | fully qualified name of the type |
schemaType | type of schema |
- Returns
- new object of the given type
Definition at line 305 of file ObjectCreator.cs.
◆ Instance
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Avro/src/apache/main/Specific/ObjectCreator.cs