Interface GetReference<ENTITY,T>

Type Parameters:
ENTITY - the entity type
T - the java type
All Superinterfaces:
Function<ENTITY,T>, Getter<ENTITY>, ReferenceGetter<ENTITY,T>

public interface GetReference<ENTITY,T> extends ReferenceGetter<ENTITY,T>
Since:
3.0.2
Author:
Emil Forslund
  • Method Details

    • getField

      Returns the field that created the get()-operation.
      Returns:
      the field