public interface net.bytebuddy.description.field.FieldList<T extends net.bytebuddy.description.field.FieldDescription> extends net.bytebuddy.matcher.FilterableList<T, net.bytebuddy.description.field.FieldList<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.field.FieldList
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.description.ByteCodeElement$Token$TokenList<net.bytebuddy.description.field.FieldDescription$Token> asTokenList(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/description/ByteCodeElement$Token$TokenList<Lnet/bytebuddy/description/field/FieldDescription$Token;>;
    MethodParameters:
         Name  Flags
      matcher  

  public abstract net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape> asDefined();
    descriptor: ()Lnet/bytebuddy/description/field/FieldList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
}
Signature: <T::Lnet/bytebuddy/description/field/FieldDescription;>Ljava/lang/Object;Lnet/bytebuddy/matcher/FilterableList<TT;Lnet/bytebuddy/description/field/FieldList<TT;>;>;
SourceFile: "FieldList.java"
NestMembers:
  net.bytebuddy.description.field.FieldList$AbstractBase  net.bytebuddy.description.field.FieldList$Empty  net.bytebuddy.description.field.FieldList$Explicit  net.bytebuddy.description.field.FieldList$ForLoadedFields  net.bytebuddy.description.field.FieldList$ForTokens  net.bytebuddy.description.field.FieldList$TypeSubstituting
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public TokenList = net.bytebuddy.description.ByteCodeElement$Token$TokenList of net.bytebuddy.description.ByteCodeElement$Token
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public Token = net.bytebuddy.description.field.FieldDescription$Token of net.bytebuddy.description.field.FieldDescription
  public abstract AbstractBase = net.bytebuddy.description.field.FieldList$AbstractBase of net.bytebuddy.description.field.FieldList
  public Empty = net.bytebuddy.description.field.FieldList$Empty of net.bytebuddy.description.field.FieldList
  public Explicit = net.bytebuddy.description.field.FieldList$Explicit of net.bytebuddy.description.field.FieldList
  public ForLoadedFields = net.bytebuddy.description.field.FieldList$ForLoadedFields of net.bytebuddy.description.field.FieldList
  public ForTokens = net.bytebuddy.description.field.FieldList$ForTokens of net.bytebuddy.description.field.FieldList
  public TypeSubstituting = net.bytebuddy.description.field.FieldList$TypeSubstituting of net.bytebuddy.description.field.FieldList