Class SerializerServiceBase.AutoPopulatingListConverter

java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
org.kuali.rice.krad.service.impl.SerializerServiceBase.AutoPopulatingListConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
Enclosing class:
SerializerServiceBase

public static class SerializerServiceBase.AutoPopulatingListConverter extends com.thoughtworks.xstream.converters.collections.CollectionConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
    AutoPopulatingListConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter

    addCurrentElementToCollection, createCollection, marshal, populateCollection, populateCollection, unmarshal

    Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter

    mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem

    Methods inherited from class java.lang.Object

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

    • AutoPopulatingListConverter

      public AutoPopulatingListConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
  • Method Details

    • canConvert

      public boolean canConvert(Class clazz)
      Specified by:
      canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
      Overrides:
      canConvert in class com.thoughtworks.xstream.converters.collections.CollectionConverter