Uses of Class
org.simpleframework.xml.core.Signature
-
Packages that use Signature Package Description org.simpleframework.xml.core -
-
Uses of Signature in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Signature Modifier and Type Field Description private Signature
ConstructorScanner. primary
This represents the default no argument constructor.private Signature
SignatureCreator. signature
This is the map that contains the parameters to be used.Fields in org.simpleframework.xml.core with type parameters of type Signature Modifier and Type Field Description private java.util.List<Signature>
ConstructorScanner. signatures
This is a list of all the signatures represented by the type.Methods in org.simpleframework.xml.core that return Signature Modifier and Type Method Description Signature
Signature. copy()
This is used to build aSignature
with the given context so that keys are styled.Signature
ClassScanner. getSignature()
This is used to acquire the default signature for the class.Signature
ConstructorScanner. getSignature()
This is used to acquire the default signature for the class.Signature
Creator. getSignature()
This is the signature associated with the creator.Signature
DefaultScanner. getSignature()
This is used to acquire the default signature for the class.Signature
ObjectScanner. getSignature()
This is used to acquire the default signature for the class.Signature
PrimitiveScanner. getSignature()
This is used to acquire the default signature for the class.Signature
Scanner. getSignature()
This is used to acquire the default signature for the class.Signature
SignatureCreator. getSignature()
This is the signature associated with the creator.Methods in org.simpleframework.xml.core that return types with arguments of type Signature Modifier and Type Method Description java.util.List<Signature>
SignatureBuilder. build()
This method will build all the signatures for the constructor.private java.util.List<Signature>
SignatureBuilder. build(SignatureBuilder.ParameterTable matrix)
This method will build all the signatures for the constructor.private java.util.List<Signature>
SignatureBuilder. create()
This is used to create a list of signatures that represent the permutations of parameter and annotation pairs that exist for a single constructor.private java.util.List<Signature>
SignatureBuilder. create(SignatureBuilder.ParameterTable matrix)
This is used to create a list of signatures that represent the permutations of parameter and annotation pairs that exist.java.util.List<Signature>
ClassScanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
ConstructorScanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
DefaultScanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
ObjectScanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
PrimitiveScanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
Scanner. getSignatures()
This returns the signatures for the type.java.util.List<Signature>
SignatureScanner. getSignatures()
This is used to acquire the signature permutations for the constructor.Methods in org.simpleframework.xml.core with parameters of type Signature Modifier and Type Method Description private Creator
InstantiatorBuilder. create(Signature signature)
This is used to create a newCreator
object from the provided signature.private void
InstantiatorBuilder. populate(Signature signature)
This used to populate replace the parameters extracted from the scanning process with ones matched with registered labels.Constructors in org.simpleframework.xml.core with parameters of type Signature Constructor Description Signature(Signature signature)
Constructor for theSignature
object.SignatureCreator(Signature signature)
Constructor for theInstantiator
object.
-