is not current version
Last Version 0.7

de.apaxo.test:java-bean-to-code-serializer 0.6

This code takes a java bean and tries to serialize it as java code that sets recursively all the fields. This is useful if you want to mock an object and already get the object somewhere but you want to put it in the code.

Categories

Categories

Java Languages
GroupId

GroupId

de.apaxo.test
ArtifactId

ArtifactId

java-bean-to-code-serializer
Version

Version

0.6
Type

Type

jar

Download java-bean-to-code-serializer 0.6


<!-- https://jarcasting.com/artifacts/de.apaxo.test/java-bean-to-code-serializer/ -->
<dependency>
    <groupId>de.apaxo.test</groupId>
    <artifactId>java-bean-to-code-serializer</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.apaxo.test/java-bean-to-code-serializer/
implementation 'de.apaxo.test:java-bean-to-code-serializer:0.6'
// https://jarcasting.com/artifacts/de.apaxo.test/java-bean-to-code-serializer/
implementation ("de.apaxo.test:java-bean-to-code-serializer:0.6")
'de.apaxo.test:java-bean-to-code-serializer:jar:0.6'
<dependency org="de.apaxo.test" name="java-bean-to-code-serializer" rev="0.6">
  <artifact name="java-bean-to-code-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.apaxo.test', module='java-bean-to-code-serializer', version='0.6')
)
libraryDependencies += "de.apaxo.test" % "java-bean-to-code-serializer" % "0.6"
[de.apaxo.test/java-bean-to-code-serializer "0.6"]