Firas Framework Java Bean Util

Some utilities for setting fields of aaAa Java bean

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

tech.firas.framework
Идентификатор

Идентификатор

java-bean-util
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Firas Framework Java Bean Util
Some utilities for setting fields of aaAa Java bean
Ссылка на сайт

Ссылка на сайт

https://github.com/fs523577192/java-bean-util
Система контроля версий

Система контроля версий

https://github.com/fs523577192/java-bean-util

Скачать java-bean-util

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/tech.firas.framework/java-bean-util/ -->
<dependency>
    <groupId>tech.firas.framework</groupId>
    <artifactId>java-bean-util</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.firas.framework/java-bean-util/
implementation 'tech.firas.framework:java-bean-util:0.1.0'
// https://jarcasting.com/artifacts/tech.firas.framework/java-bean-util/
implementation ("tech.firas.framework:java-bean-util:0.1.0")
'tech.firas.framework:java-bean-util:jar:0.1.0'
<dependency org="tech.firas.framework" name="java-bean-util" rev="0.1.0">
  <artifact name="java-bean-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.firas.framework', module='java-bean-util', version='0.1.0')
)
libraryDependencies += "tech.firas.framework" % "java-bean-util" % "0.1.0"
[tech.firas.framework/java-bean-util "0.1.0"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-core jar ${spring.version}

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

java-bean-util

FieldGetter / FieldSetter

A utility for getting / setting field value of a Java bean

ByFieldNameBeanConverter

A utility that convert a Java bean to another Java bean of another type.

The field value of the result Java bean is copied from the source Java bean if the source has a field with the same name.

Notice on using

This library depends on org.springframework:spring-core.

The dependency is of scope "provided", so you have to provide spring-core at runtime, and you can provide spring-core of any version as long as it is compatible with this library.

java.util.logging is used for logging in order to reduce external library dependencies. You may setup java.util.logging or provide an adapter to another logging library to enable logging inside this library.

How to build

There are 5 profiles in pom.xml corresponding to various version of spring-core:

  • 3.0.3
  • 3.2.2
  • 3.2.2
  • 5.0.9 (corresponding to Spring Boot 2.0.5)
  • 5.2.0 (corresponding to Spring Boot 2.2.0)

You can choose any one of the above profile to build this package.

Версии библиотеки

Версия
0.1.0