Uses of Class
org.simpleframework.xml.core.FieldDetail
-
Packages that use FieldDetail Package Description org.simpleframework.xml.core -
-
Uses of FieldDetail in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core with type parameters of type FieldDetail Modifier and Type Field Description private java.util.List<FieldDetail>DetailScanner. fieldsThis contains a list of fields that are extracted for this.Methods in org.simpleframework.xml.core that return types with arguments of type FieldDetail Modifier and Type Method Description java.util.List<FieldDetail>DefaultDetail. getFields()This returns a list of the fields that belong to this type.java.util.List<FieldDetail>Detail. getFields()This returns a list of the fields that belong to this type.java.util.List<FieldDetail>DetailScanner. getFields()This returns a list of the fields that belong to this type.
-