java.lang.Object
technology.sola.engine.assets.graphics.font.mapper.FontGlyphJsonMapper
- All Implemented Interfaces:
technology.sola.json.mapper.JsonMapper<FontGlyph>
@NullMarked
public class FontGlyphJsonMapper
extends Object
implements technology.sola.json.mapper.JsonMapper<FontGlyph>
FontGlyphJsonMapper is a
JsonMapper
implementation for
FontGlyph
s.
-
Constructor Summary
Constructors
-
Method Summary
technology.sola.json.JsonObject
toObject(technology.sola.json.JsonObject jsonObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface technology.sola.json.mapper.JsonMapper
toJson, toList
-
Constructor Details
-
FontGlyphJsonMapper
public FontGlyphJsonMapper()
-
Method Details
-
getObjectClass
- Specified by:
getObjectClass
in interface technology.sola.json.mapper.JsonMapper<FontGlyph>
-
toJson
public technology.sola.json.JsonObject toJson(FontGlyph fontGlyph)
- Specified by:
toJson
in interface technology.sola.json.mapper.JsonMapper<FontGlyph>
-
toObject
public FontGlyph toObject(technology.sola.json.JsonObject jsonObject)
- Specified by:
toObject
in interface technology.sola.json.mapper.JsonMapper<FontGlyph>