Uses of Class
org.simpleframework.xml.core.MethodDetail
-
Packages that use MethodDetail Package Description org.simpleframework.xml.core -
-
Uses of MethodDetail in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core with type parameters of type MethodDetail Modifier and Type Field Description private java.util.List<MethodDetail>
DetailScanner. methods
This contains a list of methods that are extracted for this.Methods in org.simpleframework.xml.core that return types with arguments of type MethodDetail Modifier and Type Method Description java.util.List<MethodDetail>
DefaultDetail. getMethods()
This returns a list of the methods that belong to this type.java.util.List<MethodDetail>
Detail. getMethods()
This returns a list of the methods that belong to this type.java.util.List<MethodDetail>
DetailScanner. getMethods()
This returns a list of the methods that belong to this type.Methods in org.simpleframework.xml.core with parameters of type MethodDetail Modifier and Type Method Description private void
ClassScanner. method(MethodDetail detail)
Scans the provided method for a persister callback method.
-