Uses of Class
org.simpleframework.xml.core.ParameterMap
-
Packages that use ParameterMap Package Description org.simpleframework.xml.core -
-
Uses of ParameterMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ParameterMap Modifier and Type Field Description private ParameterMapSignature. parametersThis is the map of parameters that this signature uses.private 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 ParameterMapSignatureScanner. registryThis is used to collect all the parameters that are extracted.Methods in org.simpleframework.xml.core that return ParameterMap Modifier and Type Method Description ParameterMapClassScanner. getParameters()This returns a map of all parameters that exist.ParameterMapConstructorScanner. getParameters()This returns a map of all parameters that exist.ParameterMapDefaultScanner. getParameters()This returns a map of all parameters that exist.ParameterMapObjectScanner. getParameters()This returns a map of all parameters that exist.ParameterMapPrimitiveScanner. getParameters()This returns a map of all parameters that exist.ParameterMapScanner. getParameters()This returns a map of all parameters that exist.Constructors in org.simpleframework.xml.core with parameters of type ParameterMap Constructor Description ClassInstantiator(java.util.List<Creator> creators, Creator primary, ParameterMap registry, Detail detail)Constructor for theClassCreatorobject.SignatureScanner(java.lang.reflect.Constructor constructor, ParameterMap registry, Support support)Constructor for theSignatureScannerobject.
-