Git Product home page Git Product logo

codingmatters-value-objects's People

Contributors

antoinebcht avatar brunofl avatar nelt avatar nicolaslemasson avatar thibaudjeannin avatar

Watchers

 avatar

codingmatters-value-objects's Issues

[json] [reader] get rid of expected token set creation

Each time a property is parsed, a set is created for storing expected tokens. This should be avoided.

Set<JsonToken> expectedTokens = new HashSet<>();
expectedTokens.add(JsonToken.VALUE_STRING);

This only applies to single simple properties.

bulk changer on value

implement a changed method

  • taking a lambda enabling to work on a builder
  • builder created from the value
  • the method returns a new value builded from the builder

enumerated property

Need to be able to define an enumerated property with an enumeration of legal values.

This would generate an enum

[date field] specify format for date field

The format could be used in toString formattind and for in in/out operations such as JSON parser / generator.

Multiple format strings could be provided in order to have lax parsers

list and set property

Implement a mutable list and set value property.

Should implement an immutable subset of List and Set.

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.