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 SignatureConstructorScanner. primaryThis represents the default no argument constructor.private SignatureSignatureCreator. signatureThis 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. signaturesThis 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 SignatureSignature. copy()This is used to build aSignaturewith the given context so that keys are styled.SignatureClassScanner. getSignature()This is used to acquire the default signature for the class.SignatureConstructorScanner. getSignature()This is used to acquire the default signature for the class.SignatureCreator. getSignature()This is the signature associated with the creator.SignatureDefaultScanner. getSignature()This is used to acquire the default signature for the class.SignatureObjectScanner. getSignature()This is used to acquire the default signature for the class.SignaturePrimitiveScanner. getSignature()This is used to acquire the default signature for the class.SignatureScanner. getSignature()This is used to acquire the default signature for the class.SignatureSignatureCreator. 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 CreatorInstantiatorBuilder. create(Signature signature)This is used to create a newCreatorobject from the provided signature.private voidInstantiatorBuilder. 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 theSignatureobject.SignatureCreator(Signature signature)Constructor for theInstantiatorobject.
-