JSON.StringElementMaps.StringElementMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of progsbase-to-easyjson Show documentation
Show all versions of progsbase-to-easyjson Show documentation
Adapter Progsbase JSON library to easyjson
package JSON.StringElementMaps;
import JSON.ElementLists.ElementArrayReference;
import references.references.StringArrayReference;
public class StringElementMap {
public StringArrayReference stringListRef;
public ElementArrayReference elementListRef;
}