Interface ItemStateView
-
- All Known Subinterfaces:
ItemState
- All Known Implementing Classes:
Entity,FlexibleSearchResultItemState
public interface ItemStateView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description <T> Tget(Key key)default <T> Tget(RelationsInfo relationsInfo)
-
-
-
Method Detail
-
get
<T> T get(Key key)
-
get
default <T> T get(RelationsInfo relationsInfo)
-
-