BasicFieldLink

public class BasicFieldLink extends BasicLink implements FieldLink(source)

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public T get<T>()
Returns the object assigned to the type of this field.
public T get<T>(Object instance)
Returns the object assigned to the given instance.
Link copied to clipboard
public String identifier()
Returns the identifier of this identifiable object.
Link copied to clipboard
public Link.Kind kind()
Link copied to clipboard
public Field link()
Link copied to clipboard
public int modifiers()
Return the bit representation of the modifiers of this link.
Link copied to clipboard
public String name()
Returns the name of this link.
Link copied to clipboard
public static BasicFieldLink of(Field field)
Link copied to clipboard
public Field reflection()
Link copied to clipboard
public void set(Object object)
Sets the object assigned to the type of this field.
public void set(Object instance, Object object)
Sets the object assigned to the given instance.
Link copied to clipboard
Link copied to clipboard
public String string()
Returns a human-readable string representation of this object.
Link copied to clipboard
public String toString()
Link copied to clipboard
public TypeLink type()
Returns the type of this link.