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 ContractCycleStrategy. contractThis is used to provide the names of the attributes to use.private ContractReadState. contractThis is the contract that specifies the attributes to use.private ContractWriteState. contractThis 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 theReadGraphobject.ReadState(Contract contract)Constructor for theReadStateobject.WriteGraph(Contract contract)Constructor for theWriteGraphobject.WriteState(Contract contract)Constructor for theWriteStateobject.
-