Uses of Class
org.simpleframework.xml.strategy.Contract
-
Packages that use Contract Package Description org.simpleframework.xml.strategy -
-
Uses of Contract in org.simpleframework.xml.strategy
Fields in org.simpleframework.xml.strategy declared as Contract Modifier and Type Field Description private Contract
CycleStrategy. contract
This is used to provide the names of the attributes to use.private Contract
ReadState. contract
This is the contract that specifies the attributes to use.private Contract
WriteState. contract
This is the contract that specifies the attributes to use.Constructors in org.simpleframework.xml.strategy with parameters of type Contract Constructor Description ReadGraph(Contract contract, Loader loader)
Constructor for theReadGraph
object.ReadState(Contract contract)
Constructor for theReadState
object.WriteGraph(Contract contract)
Constructor for theWriteGraph
object.WriteState(Contract contract)
Constructor for theWriteState
object.
-