hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Update Jooq Repository ConditionalFieldBounds to improve reusability #9379

Open edwin-greene opened 2 weeks ago

edwin-greene commented 2 weeks ago

Problem

Make the ConditionalFieldBounds more reusable to support future Rest-Java endpoints.

Solution

Combine Bound and FieldBound by moving field into Bound, and update ConditionalFieldBounds to support n-numbered fields. Plus maybe we can put an interface on the TokenAirdropRequest to use as this.

See comments from the Outstanding Token Airdrops PR

Alternatives

No response