Uses of Class
org.simpleframework.xml.core.Support
Packages that use Support
-
Uses of Support in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as SupportModifier and TypeFieldDescriptionprivate SupportClassScanner.supportThis object contains various support functions for the class.private SupportConstructorScanner.supportThis object contains various support functions for the class.private final SupportDetailExtractor.supportThis contains various support functions for the details.protected SupportFactory.supportThis is used to translate all of the primitive type strings.private final SupportFieldScanner.supportThis object contains various support functions for the class.private final SupportMethodScanner.supportThis object contains various support functions for the class.private SupportObjectScanner.supportThis object contains various support functions for the class.private final SupportPersister.supportThis support is used to convert the strings encountered.private final SupportScannerFactory.supportThis is used to determine which objects are primitives.private SupportSource.supportThis support is used to convert the strings encountered.private SupportStructureBuilder.supportThis object contains various support functions for the class.Methods in org.simpleframework.xml.core that return SupportModifier and TypeMethodDescriptionContext.getSupport()This is used to acquire theSupportobject.Source.getSupport()This is used to acquire theSupportobject.Constructors in org.simpleframework.xml.core with parameters of type SupportModifierConstructorDescriptionAnnotationFactory(Detail detail, Support support) Constructor for theAnnotationFactoryobject.ClassScanner(Detail detail, Support support) Constructor for theClassScannerobject.ConstructorScanner(Detail detail, Support support) Constructor for theConstructorScannerobject.DefaultScanner(Detail original, Support support) Constructor for theDefaultScannerobject.DetailExtractor(Support support) Constructor for theDetailExtractorobject.DetailExtractor(Support support, DefaultType override) Constructor for theDetailExtractorobject.ExpressionBuilder(Detail detail, Support support) Constructor for theExpressionBuilder.FieldScanner(Detail detail, Support support) Constructor for theFieldScannerobject.MethodPartFactory(Detail detail, Support support) Constructor for theMethodPartFactoryobject.MethodScanner(Detail detail, Support support) Constructor for theMethodScannerobject.ModelAssembler(ExpressionBuilder builder, Detail detail, Support support) Constructor for theModelAssemblerobject.ObjectScanner(Detail detail, Support support) Constructor for theObjectScannerobject.ParameterFactory(Support support) Constructor for theParameterFactoryobject.ScannerFactory(Support support) Constructor for theScannerFactoryobject.SignatureScanner(Constructor constructor, ParameterMap registry, Support support) Constructor for theSignatureScannerobject.Constructor for theSourceobject.StructureBuilder(Scanner scanner, Detail detail, Support support) Constructor for theStructureBuilderobject.