woolpack.typeconvert
クラス PropertyNameGetter
java.lang.Object
woolpack.typeconvert.PropertyNameGetter
- すべての実装されたインタフェース:
- Fn<ConvertContext,String,RuntimeException>
public class PropertyNameGetter
- extends Object
- implements Fn<ConvertContext,String,RuntimeException>
ConvertContext
のプロパティ名を返す関数です。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyNameGetter
public PropertyNameGetter()
exec
public String exec(ConvertContext c)
- インタフェース
Fn
の記述:
- 関数を実行します。
- 定義:
- インタフェース
Fn<ConvertContext,String,RuntimeException>
内の exec
- パラメータ:
c
- コンテキスト役。
- 戻り値:
- 返却値。
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.