Uses of Class
org.simpleframework.xml.core.MethodName
-
Packages that use MethodName Package Description org.simpleframework.xml.core -
-
Uses of MethodName in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core that return MethodName Modifier and Type Method Description private MethodNameMethodPartFactory. getName(java.lang.reflect.Method method, java.lang.annotation.Annotation label)This is used to acquire aMethodNamefor the name and annotation of the provided method.private MethodNameMethodPartFactory. getRead(java.lang.reflect.Method method, MethodType type)This is used to acquire aMethodNamefor the name and annotation of the provided method.private MethodNameMethodPartFactory. getWrite(java.lang.reflect.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 MethodName Constructor Description GetPart(MethodName method, java.lang.annotation.Annotation label, java.lang.annotation.Annotation[] list)Constructor for theGetPartobject.SetPart(MethodName method, java.lang.annotation.Annotation label, java.lang.annotation.Annotation[] list)Constructor for theSetPartobject.
-