Coder Social home page Coder Social logo

Enum support about helios HOT 5 CLOSED

47degrees avatar 47degrees commented on May 24, 2024
Enum support

from helios.

Comments (5)

raulraja avatar raulraja commented on May 24, 2024

@Octogonapus this will require some changes in the Arrow processor and we are currently heads down with arrow-meta which is based on compiler plugins. Once arrow-meta is available hopefully at the end of this year then the @json processor in Helios will be rewritten in terms of a compiler plugin which comes with KEEP-87 and type classes bundled in. This will allow any user or Helios directly derive encoders and decoders for enums and others currently not supported in Helios.

If you can't wait for that I can help you find the places in the current kapt processor where support for enums would need to be added in case you want to build that.

from helios.

Octogonapus avatar Octogonapus commented on May 24, 2024

I would have asked you to show me where I need to modify, but it sounds like that work would go to waste once we have arrow-meta. I guess I'll have to find another way in the meantime.

from helios.

raulraja avatar raulraja commented on May 24, 2024

What functionality from '@JSON' do you need for enums? If it's encoders and decoders you may be able just to write the boilerplate that the processor generates

from helios.

Octogonapus avatar Octogonapus commented on May 24, 2024

Yes, encoders and decoders. At some point I can look into writing what the processor would generate.

from helios.

raulraja avatar raulraja commented on May 24, 2024

Then it may be easy to just write those for enums similar to https://github.com/47deg/helios/blob/master/helios-core/src/main/kotlin/helios/instances/instancesJava.kt

If you do it generically we would love the contribution to Helios directly. Thanks!

from helios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.