Uses of Interface
org.simpleframework.xml.core.Criteria
Packages that use Criteria
-
Uses of Criteria in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement CriteriaModifier and TypeClassDescription(package private) classTheCollectorobject is used to store variables for a deserialized object.Fields in org.simpleframework.xml.core declared as CriteriaModifier and TypeFieldDescriptionprotected final CriteriaComposite.Builder.criteriaThis is the criteria object used to collect the values.private final CriteriaComposite.criteriaThis is used to store objects so that they can be read again.Methods in org.simpleframework.xml.core with parameters of type CriteriaModifier and TypeMethodDescriptionprivate CreatorClassInstantiator.getCreator(Criteria criteria) This is used to acquire anInstantiatorwhich is used to instantiate the object.ClassInstantiator.getInstance(Criteria criteria) This is used to instantiate the object using a constructor that takes deserialized objects as arguments.Creator.getInstance(Criteria criteria) This is used to instantiate the object using a constructor that takes deserialized objects as arguments.Instantiator.getInstance(Criteria criteria) This is used to instantiate the object using a constructor that takes deserialized objects as arguments.SignatureCreator.getInstance(Criteria criteria) This is used to instantiate the object using a constructor that takes deserialized objects as arguments.private doubleSignatureCreator.getPercentage(Criteria criteria) This is used to determine what percentage of available values can be injected in to a constructor.doubleThis is used to score thisInstantiatorobject so that it can be weighed amongst other constructors.doubleThis is used to score thisInstantiatorobject so that it can be weighed amongst other constructors.private ObjectSignatureCreator.getVariable(Criteria criteria, int index) This is used to acquire a variable from the criteria provided.Constructors in org.simpleframework.xml.core with parameters of type Criteria