Uses of Class
org.simpleframework.xml.core.MethodName
Packages that use MethodName
-
Uses of MethodName in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core that return MethodNameModifier and TypeMethodDescriptionprivate MethodName
MethodPartFactory.getName
(Method method, Annotation label) This is used to acquire aMethodName
for the name and annotation of the provided method.private MethodName
MethodPartFactory.getRead
(Method method, MethodType type) This is used to acquire aMethodName
for the name and annotation of the provided method.private MethodName
MethodPartFactory.getWrite
(Method method, MethodType type) This is used to acquire aMethodName
for the name and annotation of the provided method.Constructors in org.simpleframework.xml.core with parameters of type MethodNameModifierConstructorDescriptionGetPart
(MethodName method, Annotation label, Annotation[] list) Constructor for theGetPart
object.SetPart
(MethodName method, Annotation label, Annotation[] list) Constructor for theSetPart
object.