Uses of Class
org.simpleframework.xml.core.ParameterMap
Packages that use ParameterMap
-
Uses of ParameterMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ParameterMapModifier and TypeFieldDescriptionprivate final ParameterMapSignature.parametersThis is the map of parameters that this signature uses.private final ParameterMapClassInstantiator.registryThis is used to acquire a parameter by the parameter name.private ParameterMapConstructorScanner.registryThis is used to acquire a parameter by the parameter name.private final ParameterMapSignatureScanner.registryThis is used to collect all the parameters that are extracted.Methods in org.simpleframework.xml.core that return ParameterMapModifier and TypeMethodDescriptionClassScanner.getParameters()This returns a map of all parameters that exist.ConstructorScanner.getParameters()This returns a map of all parameters that exist.DefaultScanner.getParameters()This returns a map of all parameters that exist.ObjectScanner.getParameters()This returns a map of all parameters that exist.PrimitiveScanner.getParameters()This returns a map of all parameters that exist.Scanner.getParameters()This returns a map of all parameters that exist.Constructors in org.simpleframework.xml.core with parameters of type ParameterMapModifierConstructorDescriptionClassInstantiator(List<Creator> creators, Creator primary, ParameterMap registry, Detail detail) Constructor for theClassCreatorobject.SignatureScanner(Constructor constructor, ParameterMap registry, Support support) Constructor for theSignatureScannerobject.