Package io.sundr.builder
Interface Editable<T>
-
- Type Parameters:
T- The object to edit.
public interface Editable<T>An interface that describes an Editable object. Editable objects are objects that can by edited by obtaining a new instance of the appropriateBuilderfeed with the information encapsulated by the current instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tedit()
-
-
-
Method Detail
-
edit
T edit()
-
-