Class IntegerTypeAdapter
java.lang.Object
ca.spottedleaf.yamlconfig.adapter.TypeAdapter<Integer,Integer>
ca.spottedleaf.yamlconfig.adapter.primitive.IntegerTypeAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(TypeAdapterRegistry registry, Object input, Type type) serialize(TypeAdapterRegistry registry, Integer value, Type type)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
IntegerTypeAdapter
public IntegerTypeAdapter()
-
-
Method Details
-
deserialize
- Specified by:
deserializein classTypeAdapter<Integer,Integer>
-
serialize
- Specified by:
serializein classTypeAdapter<Integer,Integer>
-