Uses of Interface
org.simpleframework.xml.convert.Scanner
-
Packages that use Scanner Package Description org.simpleframework.xml.convert -
-
Uses of Scanner in org.simpleframework.xml.convert
Classes in org.simpleframework.xml.convert that implement Scanner Modifier and Type Class Description private static class
ScannerBuilder.Entry
TheEntry
object represents a scanner that is used to scan a specified type for annotations.Methods in org.simpleframework.xml.convert that return Scanner Modifier and Type Method Description Scanner
ScannerBuilder. build(java.lang.Class<?> type)
This is used to buildScanner
objects that are used to scan the provided class for annotations.
-