Class BooleanIntegerAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​java.lang.Boolean>
de.gurkenlabs.litiengine.environment.tilemap.xml.BooleanIntegerAdapter

public class BooleanIntegerAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​java.lang.Boolean>
  • Constructor Summary

    Constructors 
    ConstructorDescription
    BooleanIntegerAdapter() 
  • Method Summary

    Modifier and TypeMethodDescription
    java.lang.Integermarshal​(java.lang.Boolean c) 
    java.lang.Booleanunmarshal​(java.lang.Integer s) 

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • unmarshal

      public java.lang.Boolean unmarshal​(java.lang.Integer s)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​java.lang.Boolean>
    • marshal

      public java.lang.Integer marshal​(java.lang.Boolean c)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.Integer,​java.lang.Boolean>