Bsoneer Compiler Domain

Tools to generate Mongo Codecs for classes annotated with Bsoneer.

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.sleepcamel.bsoneer.compiler
ArtifactId

ArtifactId

bsoneer-compiler-domain
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Bsoneer Compiler Domain
Tools to generate Mongo Codecs for classes annotated with Bsoneer.
Project Organization

Project Organization

Sleepcamel

Download bsoneer-compiler-domain

How to add to project

<!-- https://jarcasting.com/artifacts/com.sleepcamel.bsoneer.compiler/bsoneer-compiler-domain/ -->
<dependency>
    <groupId>com.sleepcamel.bsoneer.compiler</groupId>
    <artifactId>bsoneer-compiler-domain</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sleepcamel.bsoneer.compiler/bsoneer-compiler-domain/
implementation 'com.sleepcamel.bsoneer.compiler:bsoneer-compiler-domain:0.1.0'
// https://jarcasting.com/artifacts/com.sleepcamel.bsoneer.compiler/bsoneer-compiler-domain/
implementation ("com.sleepcamel.bsoneer.compiler:bsoneer-compiler-domain:0.1.0")
'com.sleepcamel.bsoneer.compiler:bsoneer-compiler-domain:jar:0.1.0'
<dependency org="com.sleepcamel.bsoneer.compiler" name="bsoneer-compiler-domain" rev="0.1.0">
  <artifact name="bsoneer-compiler-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sleepcamel.bsoneer.compiler', module='bsoneer-compiler-domain', version='0.1.0')
)
libraryDependencies += "com.sleepcamel.bsoneer.compiler" % "bsoneer-compiler-domain" % "0.1.0"
[com.sleepcamel.bsoneer.compiler/bsoneer-compiler-domain "0.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
com.squareup : javapoet jar 1.2.0

provided (1)

Group / Artifact Type Version
org.mongodb : mongo-java-driver jar 3.0.3

test (4)

Group / Artifact Type Version
junit : junit jar 4.10
org.easytesting : fest-assert jar 1.4
com.google.testing.compile : compile-testing jar 0.7
org.truth0 : truth jar 0.13

Project Modules

There are no modules declared in this project.

Bsoneer Build Status Maven Central

Mongo 3.0 library to generate codecs for existing beans

How to use

In a Maven project, one would include the bsoneer artifact in the dependencies section of your pom.xml and the bsoneer-compiler artifact as either an optional or provided dependency:

<dependencies>
  <dependency>
    <groupId>com.sleepcamel.bsoneer</groupId>
    <artifactId>bsoneer</artifactId>
    <version>0.1.0</version>
  </dependency>
  <dependency>
    <groupId>com.sleepcamel.bsoneer.compiler</groupId>
    <artifactId>bsoneer-compiler</artifactId>
    <version>0.1.0</version>
    <optional>true</optional>
  </dependency>
</dependencies>

If you do not use maven, gradle, ivy, or other build systems that consume maven-style binary artifacts, they can be downloaded directly via the Maven Central Repository.

Developer snapshots are available from Sonatype's snapshot repository, and are built on a clean build of the GitHub project's master branch.

Support for custom encoders/decoders

Additional encoders/decoders for the bsoneer-compiler can be found at the DeEncoders Repository.

Support for custom property resolvers

Additional property resolvers for the bsoneer-compiler can be found at the Resolvers Repository.

License

Copyright 2015 Sleepcamel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.1.0