Uses of Class
org.simpleframework.xml.core.Support
-
Packages that use Support Package Description org.simpleframework.xml.core -
-
Uses of Support in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Support Modifier and Type Field Description private SupportClassScanner. supportThis object contains various support functions for the class.private SupportConstructorScanner. supportThis object contains various support functions for the class.private SupportDetailExtractor. supportThis contains various support functions for the details.protected SupportFactory. supportThis is used to translate all of the primitive type strings.private SupportFieldScanner. supportThis object contains various support functions for the class.private SupportMethodScanner. supportThis object contains various support functions for the class.private SupportObjectScanner. supportThis object contains various support functions for the class.private SupportPersister. supportThis support is used to convert the strings encountered.private 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 Support Modifier and Type Method Description SupportContext. getSupport()This is used to acquire theSupportobject.SupportSource. getSupport()This is used to acquire theSupportobject.Constructors in org.simpleframework.xml.core with parameters of type Support Constructor Description AnnotationFactory(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(java.lang.reflect.Constructor constructor, ParameterMap registry, Support support)Constructor for theSignatureScannerobject.Source(Strategy strategy, Support support, Session session)Constructor for theSourceobject.StructureBuilder(Scanner scanner, Detail detail, Support support)Constructor for theStructureBuilderobject.
-