Wakahisa
a577050817
[Java] Use Table's fully qualified path ( #8729 )
...
* [Java] Use Table's fully qualified path
When a table's name is called `Table`, the Java bindings generated result in an error due to there being 2 Tables. This fixes the issue by fully qualifyng the flatbuffers Table import.
* Update codegen
* Update generated Java code
---------
Co-authored-by: Neville Dipale <neville@urbanlogiq.com >
2025-12-01 11:28:50 -05:00
RishabhDeep Singh
449d5649d6
Fixed test cases ( #7732 )
...
* Fix Cannot find symbol and test case
* Add generated tests
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-12-22 20:51:39 +00:00
Saman
533f75d91b
Fix java import wild card ( #7672 )
...
* Fix java import wild card
* fix java include
* Fix some import problems
* clang-format
* Sort imports
Co-authored-by: Derek Bailey <derekbailey@google.com >
2022-11-28 17:27:55 -08:00
ofirm93
7c3e267e1e
[Java] ObjectAPI implementation ( #6521 ) ( #6582 )
...
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
* [Java] ObjectAPI implementation (#6521 )
2021-06-03 14:17:40 -07:00
Kulikov Alexey
e365c502ff
Java: Added access object for vector of struct and vector of tables. ( #5233 )
...
* Java: Added access object for vector of struct and vector of tables.
* Java: Workarounds removed when accessing the union vector.
2019-09-23 09:22:43 -07:00
svenk177
4525c91be3
Fix incorrect padding in arrays of structs (Issue #5484 ) ( #5491 )
2019-08-23 10:46:47 -07:00
Wouter van Oortmerssen
123c7a4890
Updated missing generated code for PR #5313 (fixed arrays)
...
Change-Id: I249140119e6241beb5aec5670d0e5ccddc8f5251
2019-06-20 10:21:10 -07:00
svenk177
e635141d5b
Add support for fixed-size arrays ( #5313 )
2019-06-18 00:15:13 +02:00