valueclasses | Base abstractions and templates for value classes for Java

 by   tguzik Java Version: Current License: MIT

kandi X-RAY | valueclasses Summary

kandi X-RAY | valueclasses Summary

valueclasses is a Java library. valueclasses has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.

This small library aims to provide a blueprint for value-based classes on JVM before Project Valhalla becomes widely available. These blueprints are designed to hold a single, usually primitive, value while at the same time giving them distinct type information and thus leveraging Java type system. The aim is to help you create your complex applications by spending less time on frustrating tasks fixing bugs that are the result of using wrong variable in function call, which is often the case in Stringly-typed frameworks (we've all seen these).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              valueclasses has a low active ecosystem.
              It has 8 star(s) with 2 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 1 have been closed. On average issues are closed in 11 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of valueclasses is current.

            kandi-Quality Quality

              valueclasses has no bugs reported.

            kandi-Security Security

              valueclasses has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              valueclasses is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              valueclasses releases are not available. You will need to build from source code and install.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed valueclasses and discovered the below as its top functions. This is intended to give you an instant insight into valueclasses implemented functionality, and help decide if they suit your requirements.
            • Compares two string values
            • Gets the wrapped value
            • Returns true if this string is empty
            • Returns the length of the contained string
            • Compares this object to the specified value
            • Compares this object to another
            • Returns the hashCode of this object
            • Returns the value as a string
            • Marshals the underlying underlying value type
            • Returns the hashCode of this class
            • Returns the property value
            • Sets the currently selected value
            • Returns true if the contained string is null or empty
            • Unmarshals the given underlying value
            Get all kandi verified functions for this library.

            valueclasses Key Features

            No Key Features are available at this moment for valueclasses.

            valueclasses Examples and Code Snippets

            valueclasses,Short demo
            Javadot img1Lines of Code : 91dot img1License : Permissive (MIT)
            copy iconCopy
            import com.tguzik.value.adapters.JaxbStringValueAdapter;
            import com.tguzik.value.StringValue;
            // [...]
            
            @Immutable
            @XmlJavaTypeAdapter( value = FirstName.Adapter.class )
            public final class FirstName extends StringValue
            {
                private FirstName( String  
            valueclasses
            Javadot img2Lines of Code : 20dot img2License : Permissive (MIT)
            copy iconCopy
            public void updateAccountBalance( Long customerId, 
                                              Long pointOfSaleId, 
                                              Long delta, 
                                              @Nullable String comment ) {
                // [...]
            }
            
            public void proce  
            valueclasses,How do I get it?
            Javadot img3Lines of Code : 5dot img3License : Permissive (MIT)
            copy iconCopy
            
                com.tguzik
                valueclasses
                1.0.2
            
              

            Community Discussions

            No Community Discussions are available at this moment for valueclasses.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install valueclasses

            You can download it from GitHub, Maven.
            You can use valueclasses like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the valueclasses component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/tguzik/valueclasses.git

          • CLI

            gh repo clone tguzik/valueclasses

          • sshUrl

            git@github.com:tguzik/valueclasses.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by tguzik

            m2u

            by tguzikJava

            adloud

            by tguzikJava

            annotations

            by tguzikJava

            metrics-os

            by tguzikJava