public interface ReadOnlyPropertyBean
-
Method Summary
Modifier and TypeMethodDescription<T> @Nullable Tget(MapAccessor<T> key) Gets a property value.<T> TgetNonNull(NonNullMapAccessor<T> key) Gets a nonnull property value.
-
Method Details
-
get
Gets a property value.- Type Parameters:
T- the value type- Parameters:
key- the key- Returns:
- the value
-
getNonNull
Gets a nonnull property value.- Type Parameters:
T- the value type- Parameters:
key- the key- Returns:
- the value
-