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 MethodNameMethodPartFactory.getName(Method method, Annotation label) This is used to acquire aMethodNamefor the name and annotation of the provided method.private MethodNameMethodPartFactory.getRead(Method method, MethodType type) This is used to acquire aMethodNamefor the name and annotation of the provided method.private MethodNameMethodPartFactory.getWrite(Method method, MethodType type) This is used to acquire aMethodNamefor 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 theGetPartobject.SetPart(MethodName method, Annotation label, Annotation[] list) Constructor for theSetPartobject.