Class FieldInfoList

    • Constructor Detail

      • FieldInfoList

        public FieldInfoList()
      • FieldInfoList

        public FieldInfoList​(int sizeHint)
    • Method Detail

      • getNames

        public List<String> getNames()
        Get the names of all fields in this list.
      • getAsStrings

        public List<String> getAsStrings()
        Get the string representations of all fields in this list (with annotations, modifiers, etc.), by calling FieldInfo.toString() on each item in the list.
      • containsName

        public boolean containsName​(String fieldName)
        Return true if this list contains a field with the given name.
      • get

        public FieldInfo get​(String fieldName)
        Return the FieldInfo object in the list with the given name, or null if not found.