getFields

public List<? extends FieldLink> getFields(Matcher<? super FieldLink> matcher)(source)

Returns a list of all fields contained in the type linked by this type link and matched by the given matcher.

The list is sorted by match scores in descending order.

Return

the sublist of field

Parameters

matcher

the matcher


public abstract Collection<? extends FieldLink> getFields()(source)

Returns a collection of all fields contained in the type linked by this type link.

Return

the collection of fields