Class CustomPropertyAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList,Map<String,ICustomProperty>>
de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter
public class CustomPropertyAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList,Map<String,ICustomProperty>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyListunmarshal(de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList v)
-
Constructor Details
-
CustomPropertyAdapter
public CustomPropertyAdapter()
-
-
Method Details
-
unmarshal
public Map<String,ICustomProperty> unmarshal(de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList v) - Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList,Map<String, ICustomProperty>>
-
marshal
public de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList marshal(Map<String, ICustomProperty> v) - Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<de.gurkenlabs.litiengine.environment.tilemap.xml.CustomPropertyAdapter.PropertyList,Map<String, ICustomProperty>>
-