Uses of Enum Class
org.simpleframework.xml.DefaultType
Packages that use DefaultType
-
Uses of DefaultType in org.simpleframework.xml
Methods in org.simpleframework.xml that return DefaultTypeModifier and TypeMethodDescriptionstatic DefaultTypeReturns the enum constant of this class with the specified name.static DefaultType[]DefaultType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DefaultType in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as DefaultTypeModifier and TypeFieldDescriptionprivate final 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 final 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 DefaultTypeModifier and TypeMethodDescriptionDefaultDetail.getAccess()This returns theDefaultannotation access type that has been specified by this.Detail.getAccess()This returns theDefaultannotation access type that has been specified by this.DetailScanner.getAccess()This returns theDefaultannotation access type that has been specified by this.DefaultDetail.getOverride()This returns theDefaultannotation access type that has been specified by this.Detail.getOverride()This returns theDefaultTypeoverride used for this detail.DetailScanner.getOverride()This returns theDefaultTypeoverride used for this detail.Methods in org.simpleframework.xml.core with parameters of type DefaultTypeModifier and TypeMethodDescriptionprivate voidFieldScanner.extend(Class base, DefaultType access) This method is used to extend the provided class.private voidMethodScanner.extend(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.Support.getDetail(Class type, DefaultType access) Support.getFields(Class type, DefaultType access) This is used to acquire a list ofContactobjects that represent the annotated fields in a type.Support.getMethods(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 DefaultTypeModifierConstructorDescriptionDefaultDetail(Detail detail, DefaultType access) Constructor for theDefaultDetailobject.DetailExtractor(Support support, DefaultType override) Constructor for theDetailExtractorobject.DetailScanner(Class type, DefaultType override) Constructor for theDetailScannerobject.