Uses of Interface
org.simpleframework.xml.core.Scanner
Packages that use Scanner
-
Uses of Scanner in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ScannerModifier and TypeClassDescription(package private) classTheDefaultScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classTheObjectScannerperforms the reflective inspection of a class and builds a map of attributes and elements for each annotated field.(package private) classThePrimitiveScannerperforms 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 ScannerModifier and TypeFieldDescriptionprivate ScannerDefaultScanner.scannerThis object contains various support functions for the class.private ScannerInstantiatorBuilder.scannerThis is used to acquire the signatures created for the type.private final 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 ScannerModifier and TypeFieldDescriptionScannerFactory.cacheThis is used to cache all schemas built to represent a class.Methods in org.simpleframework.xml.core that return ScannerModifier and TypeMethodDescriptionScannerFactory.getInstance(Class type) This creates aScannerobject that can be used to examine the fields within the XML class schema.private ScannerSource.getScanner(Class type) This creates aScannerobject that can be used to examine the fields within the XML class schema.Support.getScanner(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 ScannerModifierConstructorDescriptionConstructor 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.