Uses of Interface
org.simpleframework.xml.core.Parameter
-
Packages that use Parameter Package Description org.simpleframework.xml.core -
-
Uses of Parameter in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Parameter Modifier and Type Class Description (package private) classAttributeParameterTheAttributeParameterrepresents a constructor parameter.(package private) classCacheParameterTheCacheParameterobject represents a parameter which caches its values internally.(package private) classElementArrayParameterTheElementArrayParameterrepresents a constructor parameter.(package private) classElementListParameterTheElementListParameterrepresents a constructor parameter.(package private) classElementListUnionParameterTheElementListUnionParameterrepresents a constructor parameter.(package private) classElementMapParameterTheElementMapParameterrepresents a constructor parameter.(package private) classElementMapUnionParameterTheElementMapUnionParameterrepresents a constructor parameter.(package private) classElementParameterTheElementParameterrepresents a constructor parameter.(package private) classElementUnionParameterTheElementUnionParameterrepresents a constructor parameter.(package private) classTemplateParameterTheTemplateParameterobject is used to provide stock functions that can be used by all implementations.(package private) classTextParameterTheTextParameterrepresents a constructor parameter.Fields in org.simpleframework.xml.core with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>SignatureCreator. listThis is the list of parameters in the order of declaration.Methods in org.simpleframework.xml.core that return Parameter Modifier and Type Method Description private ParameterInstantiatorBuilder. create(Parameter original)This is used to create aParameterbased on the currently registered labels.ParameterParameterMap. get(int ordinal)This is used to acquire aParameterusing the position of that parameter within the constructors.ParameterSignature. get(int ordinal)This is used to acquire aParameterusing the position of that parameter within the constructor.ParameterSignature. get(java.lang.Object key)This is used to acquire the parameter based on its name.ParameterSignatureBuilder.ParameterTable. get(int column, int row)This is used to get aParameterat the row and column specified.ParameterParameterFactory. getInstance(java.lang.reflect.Constructor factory, java.lang.annotation.Annotation label, int index)Creates aParameterusing the provided constructor and the XML annotation.ParameterParameterFactory. getInstance(java.lang.reflect.Constructor factory, java.lang.annotation.Annotation label, java.lang.annotation.Annotation entry, int index)Creates aParameterusing the provided constructor and the XML annotation.ParameterClassInstantiator. getParameter(java.lang.String name)This is used to acquire the namedParameterfrom the creator.ParameterInstantiator. getParameter(java.lang.String name)This is used to acquire the namedParameterfrom the creator.ParameterSignature. remove(java.lang.Object key)This is used to remove a parameter from the signature.Methods in org.simpleframework.xml.core that return types with arguments of type Parameter Modifier and Type Method Description private java.util.List<Parameter>SignatureScanner. create(java.lang.annotation.Annotation label, int ordinal)This is used to create aParameterobject which is used to represent a parameter to a constructor.java.util.List<Parameter>ParameterMap. getAll()This is used to acquire an list ofParameterobjects in declaration order.java.util.List<Parameter>Signature. getAll()This is used to acquire an list ofParameterobjects in declaration order.java.util.List<Parameter>ClassInstantiator. getParameters()This is used to acquire all parameters annotated for the class schema.java.util.List<Parameter>Instantiator. getParameters()This is used to acquire all parameters annotated for the class schema.java.util.Iterator<Parameter>ParameterMap. iterator()This is used to iterate overParameterobjects.java.util.Iterator<Parameter>Signature. iterator()This is used to iterate overParameterobjects.private java.util.List<Parameter>SignatureScanner. process(java.lang.annotation.Annotation label, int ordinal)This is used to createParameterobjects which are used to represent the parameters in a constructor.private java.util.List<Parameter>SignatureScanner. union(java.lang.annotation.Annotation label, int ordinal)This is used to create aParameterobject which is used to represent a parameter to a constructor.Methods in org.simpleframework.xml.core with parameters of type Parameter Modifier and Type Method Description voidSignature. add(Parameter parameter)This will add the provided parameter to the signature.private ParameterInstantiatorBuilder. create(Parameter original)This is used to create aParameterbased on the currently registered labels.voidSignatureBuilder. insert(Parameter value, int index)This will add a a parameter at the specified column in the table.voidSignatureBuilder.ParameterTable. insert(Parameter value, int column)This will add a a parameter at the specified column in the table.private voidSignatureScanner. register(Parameter parameter)This is used to register the provided parameter using the given path.private LabelInstantiatorBuilder. resolve(Parameter parameter)Thisresolvemethod is used to find a label based on the name and path of the provided parameter.private LabelInstantiatorBuilder. resolve(Parameter parameter, LabelMap map)Thisresolvemethod is used to find a label based on the name and path of the provided parameter.voidSignature. set(java.lang.Object key, Parameter parameter)This will add a new mapping to the signature based on the provided key.private voidSignatureScanner. validate(Parameter parameter, java.lang.Object key)This is used to validate the parameter against all the other parameters for the class.private voidInstantiatorBuilder. validateAnnotations(Label label, Parameter parameter)This is used to validate the annotations associated with a field and a matching constructor parameter.private voidInstantiatorBuilder. validateNames(Label label, Parameter parameter)This is used to validate the names associated with the parameters.private voidInstantiatorBuilder. validateParameter(Label label, Parameter parameter)This is used to validate theParameterobject that exist in the constructors.Constructors in org.simpleframework.xml.core with parameters of type Parameter Constructor Description CacheParameter(Parameter value, Label label)Constructor for theCacheParameterobject.
-