Class TypedChildExpressionConverter

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

    public class TypedChildExpressionConverter
    extends ChildExpressionConverter
    • Constructor Detail

      • TypedChildExpressionConverter

        public TypedChildExpressionConverter​(com.thoughtworks.xstream.XStream xstream)
    • Method Detail

      • assignAttributes

        protected void assignAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                                        java.lang.Object parent)
        Overrides:
        assignAttributes in class ChildExpressionConverter
      • writeAttributes

        protected void writeAttributes​(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                       java.lang.Object parent)
        Overrides:
        writeAttributes in class ChildExpressionConverter
      • canConvert

        public boolean canConvert​(java.lang.Class type)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Overrides:
        canConvert in class ChildExpressionConverter