インタフェース SormContext
-
public interface SormContextA context for aSorminstance. An instance of this class could be built by {SormContext.Builder.build(). The instance of this class should be thread-safe.- 作成者:
- yuu_nkjm
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ インタフェース 説明 static classSormContext.Builder
-
メソッドの概要
staticメソッド 修飾子とタイプ メソッド 説明 static SormContext.Builderbuilder()Returns newSormContext.Builderstatic SormContext.Builderbuilder(SormContext context)Returns newSormContext.Builderwhich has set values from the givenSormContext
-
-
-
メソッドの詳細
-
builder
static SormContext.Builder builder(SormContext context)
Returns newSormContext.Builderwhich has set values from the givenSormContext- 戻り値:
-
builder
static SormContext.Builder builder()
Returns newSormContext.Builder- 戻り値:
-
-