99100101102103104105106107
super.writeAfterObject(after); } @Override protected FieldExtractor id() { FieldExtractor id = super.id(); Assert.notNull(id, String.format("Operation [%s] requires an id but none was given/found", getOperation())); return id; }