Uses of Class
org.simpleframework.xml.util.ConcurrentCache
-
Packages that use ConcurrentCache Package Description org.simpleframework.xml.convert -
-
Uses of ConcurrentCache in org.simpleframework.xml.convert
Subclasses of ConcurrentCache in org.simpleframework.xml.convert Modifier and Type Class Description (package private) class
ScannerBuilder
TheScannerBuilder
is used to build and cache each scanner requested.private static class
ScannerBuilder.Entry
TheEntry
object represents a scanner that is used to scan a specified type for annotations.
-