You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library can generate yml file for a java object given,I wanted to generate yml for the Java class object. This is to get the schema of the java class object. We have libraries to get java class to JSON . For a complex POJO, the JSON is cryptic and I prefer to have a yml representation.
Example From
public class Phone {
public String name;
public String number;
}
On Thu, Sep 19, 2019, 6:43 AM Anshulrathi ***@***.***> wrote:
Do we have any plugin in Intellij or Eclipse to generate YAML
representation of Java POJO ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41?email_source=notifications&email_token=AADJ6WTMVCT3HWWYHQJQVULQKOT4VA5CNFSM4BTDFMQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7EDMAY#issuecomment-533214723>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADJ6WTSEQLZ5UR2B2DELXDQKOT4VANCNFSM4BTDFMQQ>
.
This library can generate yml file for a java object given,I wanted to generate yml for the Java class object. This is to get the schema of the java class object. We have libraries to get java class to JSON . For a complex POJO, the JSON is cryptic and I prefer to have a yml representation.
Example
From
To
The text was updated successfully, but these errors were encountered: