Class Adapters.Serializers
- java.lang.Object
-
- org.spongepowered.plugin.metadata.builtin.model.Adapters.Serializers
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gson.TypeAdapter<StandardContainerLoader>CONTAINER_LOADERstatic com.google.gson.TypeAdapter<StandardPluginBranding>PLUGIN_BRANDINGstatic com.google.gson.TypeAdapter<StandardPluginContributor>PLUGIN_CONTRIBUTORstatic com.google.gson.TypeAdapter<StandardPluginDependency>PLUGIN_DEPENDENCYstatic com.google.gson.TypeAdapter<StandardPluginLinks>PLUGIN_LINKS
-
-
-
Field Detail
-
CONTAINER_LOADER
public static final com.google.gson.TypeAdapter<StandardContainerLoader> CONTAINER_LOADER
-
PLUGIN_BRANDING
public static final com.google.gson.TypeAdapter<StandardPluginBranding> PLUGIN_BRANDING
-
PLUGIN_CONTRIBUTOR
public static final com.google.gson.TypeAdapter<StandardPluginContributor> PLUGIN_CONTRIBUTOR
-
PLUGIN_DEPENDENCY
public static final com.google.gson.TypeAdapter<StandardPluginDependency> PLUGIN_DEPENDENCY
-
PLUGIN_LINKS
public static final com.google.gson.TypeAdapter<StandardPluginLinks> PLUGIN_LINKS
-
-