Interface FieldHolder<O extends JavaType<O>>

    • Method Detail

      • hasField

        boolean hasField​(String name)
        Return whether or not this FieldHolder declares a Field with the given name.
      • hasField

        boolean hasField​(Field<O> field)
        Return whether or not this FieldHolder declares the given Field instance.
      • getField

        Field<O> getField​(String name)
        Get the Field with the given name and return it, otherwise, return null.
      • getFields

        List<? extends Field<O>> getFields()
        Get a list of all Fields declared by this FieldHolder, or return an empty list if no Fields are declared.