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 classScannerBuilder.EntryTheEntryobject 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 ScannerScannerBuilder. build(java.lang.Class<?> type)This is used to buildScannerobjects that are used to scan the provided class for annotations.
-