Uses of Interface
org.simpleframework.xml.core.Scanner
-
Packages that use Scanner Package Description org.simpleframework.xml.core -
-
Uses of Scanner in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Scanner Modifier and Type Class Description (package private) classDefaultScannerTheDefaultScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classObjectScannerTheObjectScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classPrimitiveScannerThePrimitiveScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.Fields in org.simpleframework.xml.core declared as Scanner Modifier and Type Field Description private ScannerDefaultScanner. scannerThis object contains various support functions for the class.private ScannerInstantiatorBuilder. scannerThis is used to acquire the signatures created for the type.private ScannerPrimitiveScanner.EmptySection. scannerThis is the source scanner object this is created for.private ScannerStructureBuilder. scannerThis is the source scanner that is used to scan the class.Fields in org.simpleframework.xml.core with type parameters of type Scanner Modifier and Type Field Description private Cache<Scanner>ScannerFactory. cacheThis is used to cache all schemas built to represent a class.Methods in org.simpleframework.xml.core that return Scanner Modifier and Type Method Description ScannerScannerFactory. getInstance(java.lang.Class type)This creates aScannerobject that can be used to examine the fields within the XML class schema.private ScannerSource. getScanner(java.lang.Class type)This creates aScannerobject that can be used to examine the fields within the XML class schema.ScannerSupport. getScanner(java.lang.Class type)This creates aScannerobject that can be used to examine the fields within the XML class schema.Constructors in org.simpleframework.xml.core with parameters of type Scanner Constructor Description Caller(Scanner schema, Context context)Constructor for theCallerobject.ClassSchema(Scanner schema, Context context)Constructor for theSchemaobject.EmptySection(Scanner scanner)Constructor for theEmptySectionobject.InstantiatorBuilder(Scanner scanner, Detail detail)Constructor for theInstantiatorBuilderobject.StructureBuilder(Scanner scanner, Detail detail, Support support)Constructor for theStructureBuilderobject.
-