Interface ICreatedAtSetter<Holder>
-
- Type Parameters:
Holder
- Type of the object that contains the information.
- All Known Subinterfaces:
ICreatedAtAccessor<Holder>
,IEntityFileSystemBeanAdapter<Entry,Entity,Scope>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ICreatedAtSetter<Holder>
Setter for the time when an object was created.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCreatedAt(Holder object, Instant value)
Sets the time when an object was created.
-