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