Interface FieldValueHaver<ObjectT>

All Superinterfaces:
Serializable

@Internal public interface FieldValueHaver<ObjectT> extends Serializable
For internal use only; no backwards-compatibility guarantees.

An interface to check a field presence.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    has(ObjectT object)
     
     
  • Method Details