Interface CurrencyField

All Superinterfaces:
CanBeCustomField, CanRender<Renderer<? extends Renderer<?>>>, Field, ScalarField<BigDecimal>
All Known Subinterfaces:
UpdatableCurrencyField

public interface CurrencyField extends ScalarField<BigDecimal>, CanBeCustomField
Since:
3.9.0
  • Method Details

    • asString

      @NotNull String asString()
      Never throws exception when user cannot read the field, or the object is unresolvable. Same as ScalarField.getIfCan()
      Returns:
      the value formatted as String. Never returns null.