Uses of Interface
com.thoughtworks.xstream.core.ReferenceByIdMarshaller.IDGenerator
-
Packages that use ReferenceByIdMarshaller.IDGenerator Package Description com.thoughtworks.xstream.core -
-
Uses of ReferenceByIdMarshaller.IDGenerator in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement ReferenceByIdMarshaller.IDGenerator Modifier and Type Class Description class
SequenceGenerator
Fields in com.thoughtworks.xstream.core declared as ReferenceByIdMarshaller.IDGenerator Modifier and Type Field Description private ReferenceByIdMarshaller.IDGenerator
ReferenceByIdMarshaller. idGenerator
Constructors in com.thoughtworks.xstream.core with parameters of type ReferenceByIdMarshaller.IDGenerator Constructor Description ReferenceByIdMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper, ReferenceByIdMarshaller.IDGenerator idGenerator)
-