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) class
TheCollector
object is used to store variables for a deserialized object.Fields in org.simpleframework.xml.core declared as CriteriaModifier and TypeFieldDescriptionprotected final Criteria
Composite.Builder.criteria
This is the criteria object used to collect the values.private final Criteria
Composite.criteria
This 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 Creator
ClassInstantiator.getCreator
(Criteria criteria) This is used to acquire anInstantiator
which 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 double
SignatureCreator.getPercentage
(Criteria criteria) This is used to determine what percentage of available values can be injected in to a constructor.double
This is used to score thisInstantiator
object so that it can be weighed amongst other constructors.double
This is used to score thisInstantiator
object so that it can be weighed amongst other constructors.private Object
SignatureCreator.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