Asset Connector Documentation
Loading...
Searching...
No Matches
response_body.ResponseBody.Config Class Reference

Static Public Attributes

bool arbitrary_types_allowed = True
 
dict json_encoders = {Reference: lambda v: json.dumps(v, cls=AASToJsonEncoder), Submodel: lambda v: json.dumps(v, cls=AASToJsonEncoder)}
 

Detailed Description

Definition at line 46 of file response_body.py.

Member Data Documentation

◆ arbitrary_types_allowed

bool response_body.ResponseBody.Config.arbitrary_types_allowed = True
static

Definition at line 47 of file response_body.py.

◆ json_encoders

dict response_body.ResponseBody.Config.json_encoders = {Reference: lambda v: json.dumps(v, cls=AASToJsonEncoder), Submodel: lambda v: json.dumps(v, cls=AASToJsonEncoder)}
static

Definition at line 48 of file response_body.py.


The documentation for this class was generated from the following file: