Uses of Interface
org.simpleframework.xml.strategy.Visitor
-
Packages that use Visitor Package Description org.simpleframework.xml.strategy -
-
Uses of Visitor in org.simpleframework.xml.strategy
Fields in org.simpleframework.xml.strategy declared as Visitor Modifier and Type Field Description private VisitorVisitorStrategy. visitorThis is the visitor that is used to intercept serialization.Constructors in org.simpleframework.xml.strategy with parameters of type Visitor Constructor Description VisitorStrategy(Visitor visitor)Constructor for theVisitorStrategyobject.VisitorStrategy(Visitor visitor, Strategy strategy)Constructor for theVisitorStrategyobject.
-