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 MethodTypeGetPart. typeThis represents the method type for the get part method.private MethodTypeMethodName. typeThis is the type of method this method name represents.private MethodTypeSetPart. typeThis represents the method type for the set part method.Methods in org.simpleframework.xml.core that return MethodType Modifier and Type Method Description MethodTypeGetPart. getMethodType()This is the method type for the method part.MethodTypeMethodPart. getMethodType()This is the method type for the method part.private MethodTypeMethodPartFactory. getMethodType(java.lang.reflect.Method method)This is used to acquire aMethodTypefor the name of the method provided.MethodTypeSetPart. getMethodType()This is the method type for the method part.MethodTypeMethodName. getType()This is the method type for the method part.static MethodTypeMethodType. 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 MethodNameMethodPartFactory. getRead(java.lang.reflect.Method method, MethodType type)This is used to acquire aMethodNamefor the name and annotation of the provided method.private java.lang.StringMethodPartFactory. getTypeName(java.lang.String name, MethodType type)This is used to acquire the name of the method in a Java Bean property style.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 MethodType Constructor Description MethodName(java.lang.reflect.Method method, MethodType type, java.lang.String name)Constructor for theMethodNameobjects.
-