インタフェース PropertyValueCoder

すべてのスーパーインタフェース:
AutoCloseable
既知の実装クラスのリスト:
DefaultPropertyValueCoder

public interface PropertyValueCoder extends AutoCloseable
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    static final String
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    default void
     
    default void
     
    default String
    decode(String encoded)
     
    default String
    encode(String plain)
     
    default void