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 DefaultType
Returns 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 DefaultType
DefaultDetail.access
This is the default access type to be used with this detail.private DefaultType
DetailScanner.access
This represents the default access type declared or the type.private final DefaultType
DetailExtractor.override
This is an optional access type for the details created.private DefaultType
DetailScanner.override
This represents the access type override declared or the type.Methods in org.simpleframework.xml.core that return DefaultTypeModifier and TypeMethodDescriptionDefaultDetail.getAccess()
This returns theDefault
annotation access type that has been specified by this.Detail.getAccess()
This returns theDefault
annotation access type that has been specified by this.DetailScanner.getAccess()
This returns theDefault
annotation access type that has been specified by this.DefaultDetail.getOverride()
This returns theDefault
annotation access type that has been specified by this.Detail.getOverride()
This returns theDefaultType
override used for this detail.DetailScanner.getOverride()
This returns theDefaultType
override used for this detail.Methods in org.simpleframework.xml.core with parameters of type DefaultTypeModifier and TypeMethodDescriptionprivate void
FieldScanner.extend
(Class base, DefaultType access) This method is used to extend the provided class.private void
MethodScanner.extend
(Class base, DefaultType access) This method is used to extend the provided class.private void
FieldScanner.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 void
MethodScanner.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 ofContact
objects that represent the annotated fields in a type.Support.getMethods
(Class type, DefaultType access) This is used to acquire a list ofContact
objects 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 theDefaultDetail
object.DetailExtractor
(Support support, DefaultType override) Constructor for theDetailExtractor
object.DetailScanner
(Class type, DefaultType override) Constructor for theDetailScanner
object.