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 SignatureConstructorScanner.primaryThis represents the default no argument constructor.private final SignatureSignatureCreator.signatureThis is the map that contains the parameters to be used.Fields in org.simpleframework.xml.core with type parameters of type SignatureModifier and TypeFieldDescriptionConstructorScanner.signaturesThis 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 aSignaturewith 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 CreatorThis is used to create a newCreatorobject from the provided signature.private voidThis 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 theSignatureobject.SignatureCreator(Signature signature) Constructor for theInstantiatorobject.