Project Group: foundation.fluent.api

querydsl-parser

foundation.fluent.api : querydsl-parser

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

Last Version: 0.17

Release Date:

spring-jpa-search

foundation.fluent.api : spring-jpa-search

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

Last Version: 0.17

Release Date:

Querydsl predicate language parser

foundation.fluent.api : querydsl-parser-project

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

Last Version: 0.17

Release Date:

spring-boot-jpa-search-starter

foundation.fluent.api : spring-boot-jpa-search-starter

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

Last Version: 0.17

Release Date:

fluent-api-generator-annotations

foundation.fluent.api : fluent-api-generator-annotations

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

fluent-builder-api-generator

foundation.fluent.api : fluent-builder-api-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

fluent-common-api-generator

foundation.fluent.api : fluent-common-api-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

fluent-config-generator

foundation.fluent.api : fluent-config-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

Fluent API generator

foundation.fluent.api : fluent-api-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

fluent-validation-generator

foundation.fluent.api : fluent-validation-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

Project Fluent API generator

foundation.fluent.api : fluent-api-generator-project

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.18

Release Date:

Fluent API generator tests

foundation.fluent.api : fluent-api-generator-tests

Tests for fluent API generator. They are deployed as maven plugin, which doesn't require the maven project, so they can be executed by anybody simply by running: mvn foundation.fluent.api:fluent-api-generator-project:run

Last Version: 2.18

Release Date:

Maven standalone runner plugin

foundation.fluent.api : run

No more pom, sources, compilation. Just grab jars from repo for all dependencies, and run.

Last Version: 1.2

Release Date:

dsl-hell-model

foundation.fluent.api : dsl-hell-model

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

dsl-hell-annotations

foundation.fluent.api : dsl-hell-annotations

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

dsl-hell-compiler

foundation.fluent.api : dsl-hell-compiler

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

Java DSL generator hell

foundation.fluent.api : dsl-hell

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

dsl-hell-plugin

foundation.fluent.api : dsl-hell-plugin

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

dsl-hell-check-plugin

foundation.fluent.api : dsl-hell-check-plugin

Java fluent DSL generator, allowing to focus on automation (logic), and only describe it with metadata to get complete java DSL generated.

Last Version: 1.9

Release Date:

Fluent validation support.

foundation.fluent.api : fluent-validation-support

Module provides various tools to build validation criteria either fluently or procedural way.

Last Version: 4.0

Release Date:

Fluent API Dry run

foundation.fluent.api : fluent-api-dry-run

Reflection proxy based dry run of complex fluent sentences (statements)

Last Version: 1.2

Release Date:

fluent-dsl-generator

foundation.fluent.api : fluent-dsl-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.17

Release Date:

Fluent API sentence end check.

foundation.fluent.api : fluent-api-end-check

Module provides annotation based Java language extensions, that helps identifying missing methods needed to end a chain (sentence) using fluent API already at compile time.

Last Version: 1.23

Release Date:

spring-jpa-querydsl-parser

foundation.fluent.api : spring-jpa-querydsl-parser

Language used to define JPA query using the JPA model, which under the hood uses Querydsl to construct the predicate.

Last Version: 0.7

Release Date:

rpg

foundation.fluent.api : rpg

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

rpg-common

foundation.fluent.api : rpg-common

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

rpg-algo

foundation.fluent.api : rpg-algo

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

Rapid Parser Generator for Java

foundation.fluent.api : rpg-project

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

rpg-apt

foundation.fluent.api : rpg-apt

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

rpg-sample-language

foundation.fluent.api : rpg-sample-language

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.14

Release Date:

rpg-apt-parser-only

foundation.fluent.api : rpg-apt-parser-only

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.7

Release Date:

rpg-lexor

foundation.fluent.api : rpg-lexor

Java AST driven LR0 / LR1 parser generator, generating parser based on Java AST factory methods, and returning user defined root node of the abstract syntax tree.

Last Version: 0.7

Release Date:

fluent-builder-generator

foundation.fluent.api : fluent-builder-generator

Module provides annotation based code generator, that generates fluent API for various situations. Such patterns contain: - Fluent builder for bean, which has setter methods returning void. - Fluent builder for a method / constructor with many arguments. - Fluent sender for bean, which has setter methods returning void, and target (sender) method.

Last Version: 2.12

Release Date:

Validation collections

foundation.fluent.api : validation-collections

Collections for use in validation / testing.

Last Version: 1.1

Release Date:

fluent-xml-writer

foundation.fluent.api : fluent-xml-writer

Fluent hierarchical XML writer, allowing to generate XML file (or other output stream) fluently: document(output).version(1.0).tag("root").text("Hello").end().close(); It is immediately streaming to the output stream. Not holding anything in memory.

Last Version: 1.0

Release Date:

Fluent XML writer project

foundation.fluent.api : fluent-xml-writer-project

Fluent API for writing XML to an output stream.

Last Version: 1.0

Release Date:

fluent-xml-writer-tests

foundation.fluent.api : fluent-xml-writer-tests

Fluent API for writing XML to an output stream.

Last Version: 1.0

Release Date:

  • 1