Uses of Class
org.simpleframework.xml.core.SignatureBuilder.ParameterTable
Packages that use SignatureBuilder.ParameterTable
-
Uses of SignatureBuilder.ParameterTable in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as SignatureBuilder.ParameterTableModifier and TypeFieldDescriptionprivate final SignatureBuilder.ParameterTable
SignatureBuilder.table
This contains each parameter and annotation pair found.Methods in org.simpleframework.xml.core with parameters of type SignatureBuilder.ParameterTableModifier and TypeMethodDescriptionSignatureBuilder.build
(SignatureBuilder.ParameterTable matrix) This method will build all the signatures for the constructor.private void
SignatureBuilder.build
(SignatureBuilder.ParameterTable matrix, int index) This is used to build all permutations of parameters that exist within the constructor.private void
SignatureBuilder.build
(SignatureBuilder.ParameterTable matrix, SignatureBuilder.ParameterList signature, int index) This is used to build all permutations of parameters that exist within the 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.private void
SignatureBuilder.populate
(SignatureBuilder.ParameterTable matrix, SignatureBuilder.ParameterList signature, int index) This is the final leg of building a permutation where a signature is given to permutate on the last column.