Uses of Class
org.simpleframework.xml.core.MethodType
-
Packages that use MethodType Package Description org.simpleframework.xml.core -
-
Uses of MethodType in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as MethodType Modifier and Type Field Description private MethodType
GetPart. type
This represents the method type for the get part method.private MethodType
MethodName. type
This is the type of method this method name represents.private MethodType
SetPart. type
This represents the method type for the set part method.Methods in org.simpleframework.xml.core that return MethodType Modifier and Type Method Description MethodType
GetPart. getMethodType()
This is the method type for the method part.MethodType
MethodPart. getMethodType()
This is the method type for the method part.private MethodType
MethodPartFactory. getMethodType(java.lang.reflect.Method method)
This is used to acquire aMethodType
for the name of the method provided.MethodType
SetPart. getMethodType()
This is the method type for the method part.MethodType
MethodName. getType()
This is the method type for the method part.static MethodType
MethodType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodType[]
MethodType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.simpleframework.xml.core with parameters of type MethodType Modifier and Type Method Description 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 java.lang.String
MethodPartFactory. getTypeName(java.lang.String name, MethodType type)
This is used to acquire the name of the method in a Java Bean property style.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 MethodType Constructor Description MethodName(java.lang.reflect.Method method, MethodType type, java.lang.String name)
Constructor for theMethodName
objects.
-