Class RuleDeclarationTypeAdapter.Factory
- java.lang.Object
-
- org.spongepowered.gradle.vanilla.internal.model.rule.RuleDeclarationTypeAdapter.Factory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
- Enclosing class:
- RuleDeclarationTypeAdapter
public static final class RuleDeclarationTypeAdapter.Factory extends java.lang.Object implements com.google.gson.TypeAdapterFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> com.google.gson.TypeAdapter<T>create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)
-
-
-
Constructor Detail
-
Factory
public Factory(Rule<?>... rules)
-
-