Interface ReadOnlyPropertyBean


public interface ReadOnlyPropertyBean
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> @Nullable T
    get(MapAccessor<T> key)
    Gets a property value.
    <T> T
    Gets a nonnull property value.
  • Method Details

    • get

      <T> @Nullable T get(MapAccessor<T> key)
      Gets a property value.
      Type Parameters:
      T - the value type
      Parameters:
      key - the key
      Returns:
      the value
    • getNonNull

      <T> T getNonNull(NonNullMapAccessor<T> key)
      Gets a nonnull property value.
      Type Parameters:
      T - the value type
      Parameters:
      key - the key
      Returns:
      the value