Class IntegerPropertyConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class IntegerPropertyConverter
    extends AbstractPropertyConverter<java.lang.Number>
    implements com.thoughtworks.xstream.converters.Converter
    Created at 17/09/11 11:16.
    Author:
    Antoine Mischler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javafx.beans.value.WritableValue<java.lang.Number> createProperty()  
      protected java.lang.Class<? extends java.lang.Number> readType​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.thoughtworks.xstream.converters.Converter

        marshal, unmarshal
      • Methods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher

        canConvert
    • Constructor Detail

      • IntegerPropertyConverter

        public IntegerPropertyConverter()
    • Method Detail

      • readType

        protected java.lang.Class<? extends java.lang.Number> readType​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader)
        Specified by:
        readType in class AbstractPropertyConverter<java.lang.Number>