License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdde.apaxo.test |
ArtifactId | ArtifactIdjava-bean-to-code-serializer |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Bean to Code Serializer
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.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationApaxo GmbH |
<!-- 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.apaxo.test/java-bean-to-code-serializer/
implementation 'de.apaxo.test:java-bean-to-code-serializer:0.7'
// https://jarcasting.com/artifacts/de.apaxo.test/java-bean-to-code-serializer/
implementation ("de.apaxo.test:java-bean-to-code-serializer:0.7")
'de.apaxo.test:java-bean-to-code-serializer:jar:0.7'
<dependency org="de.apaxo.test" name="java-bean-to-code-serializer" rev="0.7">
<artifact name="java-bean-to-code-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.apaxo.test', module='java-bean-to-code-serializer', version='0.7')
)
libraryDependencies += "de.apaxo.test" % "java-bean-to-code-serializer" % "0.7"
[de.apaxo.test/java-bean-to-code-serializer "0.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |