Class MethodList.ForLoadedMethods

All Implemented Interfaces:
Iterable<MethodDescription.InDefinedShape>, Collection<MethodDescription.InDefinedShape>, List<MethodDescription.InDefinedShape>, SequencedCollection<MethodDescription.InDefinedShape>, MethodList<MethodDescription.InDefinedShape>, FilterableList<MethodDescription.InDefinedShape, MethodList<MethodDescription.InDefinedShape>>
Enclosing interface:
MethodList<T extends MethodDescription>

public static class MethodList.ForLoadedMethods extends MethodList.AbstractBase<MethodDescription.InDefinedShape>
A method list implementation that returns all loaded byte code methods (methods and constructors) that are declared for a given type.