Uses of Interface
org.simpleframework.xml.core.Detail
-
Packages that use Detail Package Description org.simpleframework.xml.core -
-
Uses of Detail in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Detail Modifier and Type Class Description (package private) classDefaultDetailThisDefaultDetailobject is used to create a detail object that contains a default access override.(package private) classDetailScannerTheDetailScanneris used to scan a class for methods and fields as well as annotations.Fields in org.simpleframework.xml.core declared as Detail Modifier and Type Field Description private DetailClassInstantiator. detailThis contains the details for the class to instantiate.private DetailDefaultDetail. detailThis is the original detail object that is to be delegated to.private DetailDefaultScanner. detailThis contains the details for the class that is being scanned.private DetailInstantiatorBuilder. detailThis is the detail the instantiator uses to create objects.private DetailMethodScanner. detailThis contains the details for the class that is being scanned.private DetailModelAssembler. detailThis is the type this this is assembling the model for.private DetailModelMap. detailThis is the detail associated with this model map instance.private DetailObjectScanner. detailThis contains the details for the class that is being scanned.private DetailPrimitiveScanner. detailThis contains the details for the class that is being scanned.private DetailTreeModel. detailThis is the type used for reporting validation errors.Fields in org.simpleframework.xml.core with type parameters of type Detail Modifier and Type Field Description private Cache<Detail>DetailExtractor. detailsThis contains a cache of the details scanned for classes.Methods in org.simpleframework.xml.core that return Detail Modifier and Type Method Description DetailDetailExtractor. getDetail(java.lang.Class type)This is used to get aDetailobject describing a class and its annotations.DetailSupport. getDetail(java.lang.Class type)This is used to get aDetailobject describing a class and its annotations.DetailSupport. getDetail(java.lang.Class type, DefaultType access)Methods in org.simpleframework.xml.core with parameters of type Detail Modifier and Type Method Description private InstantiatorInstantiatorBuilder. build(Detail detail)This is used to build theInstantiatorobject that will be used to instantiate objects.private voidClassScanner. commit(Detail detail)This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.private voidObjectScanner. commit(Detail detail)Once the scanner has completed extracting the annotations and validating the resulting structure this is called to complete the process.private InstantiatorInstantiatorBuilder. create(Detail detail)This is used to create theInstantiatorobject that will be used to instantiate objects.private voidClassScanner. definition(Detail detail)This method is used to extract theRootannotation and theOrderannotation from the detail provided.private voidFieldScanner. extract(Detail detail)This is used to scan the declared fields within the specified class.private voidFieldScanner. extract(Detail detail, DefaultType access)This is used to scan all the fields of the class in order to determine if it should have a default annotation.private voidMethodScanner. extract(Detail detail)This is used to scan the declared methods within the specified class.private voidMethodScanner. extract(Detail detail, DefaultType access)This is used to scan all the methods of the class in order to determine if it should have a default annotation.private voidObjectScanner. field(Detail detail)This is used to acquire the contacts for the annotated fields within the specified class.private ContactListDetailExtractor. getFields(java.lang.Class type, Detail detail)This is used to acquire a list ofContactobjects that represent the annotated fields in a type.private ContactListDetailExtractor. getMethods(java.lang.Class type, Detail detail)This is used to acquire a list ofContactobjects that represent the annotated methods in a type.private voidClassScanner. method(Detail detail)This is used to scan the specified class for methods so that the persister callback annotations can be collected.private voidObjectScanner. method(Detail detail)This is used to acquire the contacts for the annotated fields within the specified class.private voidClassScanner. namespace(Detail detail)This is used to acquire the namespace annotations that apply to the scanned class.private voidObjectScanner. order(Detail detail)This is used to acquire the optional order annotation to provide order to the elements and attributes for the generated XML.private voidInstantiatorBuilder. populate(Detail detail)This used to populate replace the parameters extracted from the scanning process with ones matched with registered labels.private voidClassScanner. scan(Detail detail)Scan the fields and methods such that the given class is scanned first then all super classes up to the rootObject.private voidConstructorScanner. scan(Detail detail)This is used to scan the specified class for constructors that can be used to instantiate the class.private voidFieldScanner. scan(Detail detail)This method is used to scan the class hierarchy for each class in order to extract fields that contain XML annotations.private voidMethodScanner. scan(Detail detail)This method is used to scan the class hierarchy for each class in order to extract methods that contain XML annotations.private voidObjectScanner. scan(Detail detail)This is used to scan the specified object to extract the fields and methods that are to be used in the serialization process.private voidInstantiatorBuilder. validate(Detail detail)This is used to ensure that for each parameter in the builder there is a matching method or field.private voidObjectScanner. validate(Detail detail)This is used to validate the configuration of the scanned class.Constructors in org.simpleframework.xml.core with parameters of type Detail Constructor Description AnnotationFactory(Detail detail, Support support)Constructor for theAnnotationFactoryobject.ClassInstantiator(java.util.List<Creator> creators, Creator primary, ParameterMap registry, Detail detail)Constructor for theClassCreatorobject.ClassScanner(Detail detail, Support support)Constructor for theClassScannerobject.ConstructorScanner(Detail detail, Support support)Constructor for theConstructorScannerobject.DefaultDetail(Detail detail, DefaultType access)Constructor for theDefaultDetailobject.DefaultScanner(Detail original, Support support)Constructor for theDefaultScannerobject.ExpressionBuilder(Detail detail, Support support)Constructor for theExpressionBuilder.FieldScanner(Detail detail, Support support)Constructor for theFieldScannerobject.InstantiatorBuilder(Scanner scanner, Detail detail)Constructor for theInstantiatorBuilderobject.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.ModelMap(Detail detail)Constructor for theModelMapobject is used to create an empty map.ObjectScanner(Detail detail, Support support)Constructor for theObjectScannerobject.PrimitiveScanner(Detail detail)Constructor for thePrimitiveScannerobject.StructureBuilder(Scanner scanner, Detail detail, Support support)Constructor for theStructureBuilderobject.TreeModel(Policy policy, Detail detail)Constructor for theTreeModelobject.TreeModel(Policy policy, Detail detail, java.lang.String name, java.lang.String prefix, int index)Constructor for theTreeModelobject.
-