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 ParameterMap
Signature. parameters
This is the map of parameters that this signature uses.private ParameterMap
ClassInstantiator. registry
This is used to acquire a parameter by the parameter name.private ParameterMap
ConstructorScanner. registry
This is used to acquire a parameter by the parameter name.private ParameterMap
SignatureScanner. registry
This is used to collect all the parameters that are extracted.Methods in org.simpleframework.xml.core that return ParameterMap Modifier and Type Method Description ParameterMap
ClassScanner. getParameters()
This returns a map of all parameters that exist.ParameterMap
ConstructorScanner. getParameters()
This returns a map of all parameters that exist.ParameterMap
DefaultScanner. getParameters()
This returns a map of all parameters that exist.ParameterMap
ObjectScanner. getParameters()
This returns a map of all parameters that exist.ParameterMap
PrimitiveScanner. getParameters()
This returns a map of all parameters that exist.ParameterMap
Scanner. 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 theClassCreator
object.SignatureScanner(java.lang.reflect.Constructor constructor, ParameterMap registry, Support support)
Constructor for theSignatureScanner
object.
-