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 MethodName
MethodPartFactory. getName(java.lang.reflect.Method method, java.lang.annotation.Annotation label)
This is used to acquire aMethodName
for the name and annotation of the provided method.private MethodName
MethodPartFactory. getRead(java.lang.reflect.Method method, MethodType type)
This is used to acquire aMethodName
for the name and annotation of the provided method.private MethodName
MethodPartFactory. getWrite(java.lang.reflect.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 MethodName Constructor Description GetPart(MethodName method, java.lang.annotation.Annotation label, java.lang.annotation.Annotation[] list)
Constructor for theGetPart
object.SetPart(MethodName method, java.lang.annotation.Annotation label, java.lang.annotation.Annotation[] list)
Constructor for theSetPart
object.
-