Uses of Class
org.simpleframework.xml.DefaultType
-
Packages that use DefaultType Package Description org.simpleframework.xml org.simpleframework.xml.core -
-
Uses of DefaultType in org.simpleframework.xml
Methods in org.simpleframework.xml that return DefaultType Modifier and Type Method Description DefaultTypevalue()This method is used to return the type of default that is to be applied to the class.static DefaultTypeDefaultType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultType[]DefaultType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultType in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as DefaultType Modifier and Type Field Description private DefaultTypeDefaultDetail. accessThis is the default access type to be used with this detail.private DefaultTypeDetailScanner. accessThis represents the default access type declared or the type.private DefaultTypeDetailExtractor. overrideThis is an optional access type for the details created.private DefaultTypeDetailScanner. overrideThis represents the access type override declared or the type.Methods in org.simpleframework.xml.core that return DefaultType Modifier and Type Method Description DefaultTypeDefaultDetail. getAccess()This returns theDefaultannotation access type that has been specified by this.DefaultTypeDetail. getAccess()This returns theDefaultannotation access type that has been specified by this.DefaultTypeDetailScanner. getAccess()This returns theDefaultannotation access type that has been specified by this.DefaultTypeDefaultDetail. getOverride()This returns theDefaultannotation access type that has been specified by this.DefaultTypeDetail. getOverride()This returns theDefaultTypeoverride used for this detail.DefaultTypeDetailScanner. getOverride()This returns theDefaultTypeoverride used for this detail.Methods in org.simpleframework.xml.core with parameters of type DefaultType Modifier and Type Method Description private voidFieldScanner. extend(java.lang.Class base, DefaultType access)This method is used to extend the provided class.private voidMethodScanner. extend(java.lang.Class base, DefaultType access)This method is used to extend the provided 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, DefaultType access)This is used to scan all the methods of the class in order to determine if it should have a default annotation.DetailSupport. getDetail(java.lang.Class type, DefaultType access)ContactListSupport. getFields(java.lang.Class type, DefaultType access)This is used to acquire a list ofContactobjects that represent the annotated fields in a type.ContactListSupport. getMethods(java.lang.Class type, DefaultType access)This is used to acquire a list ofContactobjects that represent the annotated methods in a type.Constructors in org.simpleframework.xml.core with parameters of type DefaultType Constructor Description DefaultDetail(Detail detail, DefaultType access)Constructor for theDefaultDetailobject.DetailExtractor(Support support, DefaultType override)Constructor for theDetailExtractorobject.DetailScanner(java.lang.Class type, DefaultType override)Constructor for theDetailScannerobject.
-