Uses of Class
org.simpleframework.xml.strategy.Contract
Packages that use Contract
-
Uses of Contract in org.simpleframework.xml.strategy
Fields in org.simpleframework.xml.strategy declared as ContractModifier and TypeFieldDescriptionprivate final Contract
CycleStrategy.contract
This is used to provide the names of the attributes to use.private final 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 ContractModifierConstructorDescriptionConstructor for theReadGraph
object.Constructor for theReadState
object.WriteGraph
(Contract contract) Constructor for theWriteGraph
object.WriteState
(Contract contract) Constructor for theWriteState
object.