Uses of Class
org.simpleframework.xml.core.MethodDetail
Packages that use MethodDetail
-
Uses of MethodDetail in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core with type parameters of type MethodDetailModifier and TypeFieldDescriptionprivate 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 MethodDetailModifier and TypeMethodDescriptionDefaultDetail.getMethods()
This returns a list of the methods that belong to this type.Detail.getMethods()
This returns a list of the methods that belong to this type.DetailScanner.getMethods()
This returns a list of the methods that belong to this type.Methods in org.simpleframework.xml.core with parameters of type MethodDetailModifier and TypeMethodDescriptionprivate void
ClassScanner.method
(MethodDetail detail) Scans the provided method for a persister callback method.