-
sorry if this is already present, did not find it.
I already have this code in a common class :
```
class A {
A(MyEnum param){}
}
```
I want to use JCodeModel to create the class B:
```
c…
-
jaxb-xjc depends on the source files in its runtime directory, but doesn't include them in its jar, which causes schema generation to fail. The files exist in the 2.2.11 jar but not 2.3.0+. The maven …
-
The problem is that types which have not yet been generated, yet used as class literals in annotation values may return nodes. Detecting this as distinct from a case where Foo.class simply isn't on …
-
Hello!
I generate my POJOs configuring the mapper as follows:
`
@Override
public AnnotationStyle getAnnotationStyle() { // set config option by overriding method
return AnnotationSt…
-
I saw there's a way to make a generated class inherit from another class by adding `JType` property to the JSON Schema, But how could we add an implementation/inheritance to the generated class when o…
-
jsonschema2pojo generates Java classes recursively based on every existed object in the json string.
for example with a json result like this:
```
{
"error": {
"message": "A view w…
-
Hi,
I'm making new classes using a set of json string responses and saving the .java class files.
I need to compare the json response structure with an already created .java file (if exists) ever…
-
Sometimes is useful to be able to write code directly from a *user specified* `String`, and `JDirectClass.directClass(String)` is a great example of that. But in this case we must provide a fully qual…
-
The 'org.mule.raml.codegen', name: 'raml-client-generator-core', version: '0.2' plugin retrieves StackOverflowError when generating POJO if raml contains trees/cycle dependencies for optional childre…
-
Hello.
Last time you deprecated some chained method in jbblock, also the JCodemodel.write() . First one had to call the JBlock.add(Jexpr.X) and wirte is now I think in a dedicated class. All is goo…