Uses of Interface
org.simpleframework.xml.core.Parameter
Packages that use Parameter
-
Uses of Parameter in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ParameterModifier and TypeClassDescription(package private) classTheAttributeParameterrepresents a constructor parameter.(package private) classTheCacheParameterobject represents a parameter which caches its values internally.(package private) classTheElementArrayParameterrepresents a constructor parameter.(package private) classTheElementListParameterrepresents a constructor parameter.(package private) classTheElementListUnionParameterrepresents a constructor parameter.(package private) classTheElementMapParameterrepresents a constructor parameter.(package private) classTheElementMapUnionParameterrepresents a constructor parameter.(package private) classTheElementParameterrepresents a constructor parameter.(package private) classTheElementUnionParameterrepresents a constructor parameter.(package private) classTheTemplateParameterobject is used to provide stock functions that can be used by all implementations.(package private) classTheTextParameterrepresents a constructor parameter.Subclasses with type arguments of type Parameter in org.simpleframework.xml.coreModifier and TypeClassDescription(package private) classTheParameterMapobject represents of parameters that are present within an objects constructors.private static classTheParameterListobject is used to represent a column of parameters within a table.Classes in org.simpleframework.xml.core that implement interfaces with type arguments of type ParameterModifier and TypeClassDescription(package private) classTheParameterMapobject represents of parameters that are present within an objects constructors.(package private) classTheSignatureobject represents a constructor of parameters iterable in declaration order.Fields in org.simpleframework.xml.core with type parameters of type ParameterModifier and TypeFieldDescriptionSignatureCreator.listThis is the list of parameters in the order of declaration.Methods in org.simpleframework.xml.core that return ParameterModifier and TypeMethodDescriptionprivate ParameterThis is used to create aParameterbased on the currently registered labels.ParameterMap.get(int ordinal) This is used to acquire aParameterusing the position of that parameter within the constructors.Signature.get(int ordinal) This is used to acquire aParameterusing the position of that parameter within the constructor.This is used to acquire the parameter based on its name.SignatureBuilder.ParameterTable.get(int column, int row) This is used to get aParameterat the row and column specified.ParameterFactory.getInstance(Constructor factory, Annotation label, int index) Creates aParameterusing the provided constructor and the XML annotation.ParameterFactory.getInstance(Constructor factory, Annotation label, Annotation entry, int index) Creates aParameterusing the provided constructor and the XML annotation.ClassInstantiator.getParameter(String name) This is used to acquire the namedParameterfrom the creator.Instantiator.getParameter(String name) This is used to acquire the namedParameterfrom the creator.This is used to remove a parameter from the signature.Methods in org.simpleframework.xml.core that return types with arguments of type ParameterModifier and TypeMethodDescriptionSignatureScanner.create(Annotation label, int ordinal) This is used to create aParameterobject which is used to represent a parameter to a constructor.ParameterMap.getAll()This is used to acquire an list ofParameterobjects in declaration order.Signature.getAll()This is used to acquire an list ofParameterobjects in declaration order.ClassInstantiator.getParameters()This is used to acquire all parameters annotated for the class schema.Instantiator.getParameters()This is used to acquire all parameters annotated for the class schema.ParameterMap.iterator()This is used to iterate overParameterobjects.Signature.iterator()This is used to iterate overParameterobjects.SignatureScanner.process(Annotation label, int ordinal) This is used to createParameterobjects which are used to represent the parameters in a constructor.SignatureScanner.union(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 ParameterModifier and TypeMethodDescriptionvoidThis will add the provided parameter to the signature.private ParameterThis is used to create aParameterbased on the currently registered labels.voidThis will add a a parameter at the specified column in the table.voidThis will add a a parameter at the specified column in the table.private voidThis is used to register the provided parameter using the given path.private LabelThisresolvemethod is used to find a label based on the name and path of the provided parameter.private LabelThisresolvemethod is used to find a label based on the name and path of the provided parameter.voidThis will add a new mapping to the signature based on the provided key.private voidThis 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 ParameterModifierConstructorDescriptionCacheParameter(Parameter value, Label label) Constructor for theCacheParameterobject.