Uses of Class
org.simpleframework.xml.core.Signature
Packages that use Signature
-
Uses of Signature in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as SignatureModifier and TypeFieldDescriptionprivate Signature
ConstructorScanner.primary
This represents the default no argument constructor.private final 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 SignatureModifier and TypeFieldDescriptionConstructorScanner.signatures
This is a list of all the signatures represented by the type.Methods in org.simpleframework.xml.core that return SignatureModifier and TypeMethodDescriptionSignature.copy()
This is used to build aSignature
with the given context so that keys are styled.ClassScanner.getSignature()
This is used to acquire the default signature for the class.ConstructorScanner.getSignature()
This is used to acquire the default signature for the class.Creator.getSignature()
This is the signature associated with the creator.DefaultScanner.getSignature()
This is used to acquire the default signature for the class.ObjectScanner.getSignature()
This is used to acquire the default signature for the class.PrimitiveScanner.getSignature()
This is used to acquire the default signature for the class.Scanner.getSignature()
This is used to acquire the default signature for the class.SignatureCreator.getSignature()
This is the signature associated with the creator.Methods in org.simpleframework.xml.core that return types with arguments of type SignatureModifier and TypeMethodDescriptionSignatureBuilder.build()
This method will build all the signatures for the constructor.SignatureBuilder.build
(SignatureBuilder.ParameterTable matrix) This method will build all the signatures for the constructor.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.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.ClassScanner.getSignatures()
This returns the signatures for the type.ConstructorScanner.getSignatures()
This returns the signatures for the type.DefaultScanner.getSignatures()
This returns the signatures for the type.ObjectScanner.getSignatures()
This returns the signatures for the type.PrimitiveScanner.getSignatures()
This returns the signatures for the type.Scanner.getSignatures()
This returns the signatures for the type.SignatureScanner.getSignatures()
This is used to acquire the signature permutations for the constructor.Methods in org.simpleframework.xml.core with parameters of type SignatureModifier and TypeMethodDescriptionprivate Creator
This is used to create a newCreator
object from the provided signature.private void
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 SignatureModifierConstructorDescriptionConstructor for theSignature
object.SignatureCreator
(Signature signature) Constructor for theInstantiator
object.