Interface InterfaceField

    • Method Detail

      • of

        static InterfaceField of​(Field wrapped)
        Creates a new instance implementing this interface by wrapping an existing Field in an InterfaceFieldImpl.
        Parameters:
        wrapped - the wrapped field
        Returns:
        the new instance
      • final_

        default T final_()
        Adds the final keyword to this model.
        Returns:
        a reference to this model
      • notFinal

        default T notFinal()
        Removes the final keyword from this model.
        Returns:
        a reference to this model