クラス EntityDependentPackage
java.lang.Object
org.thinkit.generator.common.duke.factory.JavaComponent
org.thinkit.generator.common.duke.factory.DependentPackage
org.thinkit.generator.entity.engine.factory.EntityDependentPackage
- すべての実装されたインタフェース:
org.thinkit.generator.common.duke.factory.Component
public final class EntityDependentPackage
extends org.thinkit.generator.common.duke.factory.DependentPackage
エンティティクラスの依存パッケージを生成する処理を定義したファクトリークラスです。
- 導入されたバージョン:
- 1.0.0
-
メソッドの概要
クラスから継承されたメソッド org.thinkit.generator.common.duke.factory.JavaComponent
applyLombok, isAppliedLombok
-
メソッドの詳細
-
of
public static org.thinkit.generator.common.duke.factory.DependentPackage of(@NonNull @NonNull String dependentPackage)引数として渡された情報を基にDependentPackage
クラスの新しいインスタンスを生成し返却します。- パラメータ:
dependentPackage
- 依存パッケージ- 戻り値:
DependentPackage
クラスの新しいインスタンス- 例外:
NullPointerException
- 引数としてnull
が渡された場合
-
createResource
-
toString
- オーバーライド:
toString
クラス内org.thinkit.generator.common.duke.factory.DependentPackage
-
equals
- オーバーライド:
equals
クラス内org.thinkit.generator.common.duke.factory.DependentPackage
-
hashCode
public int hashCode()- オーバーライド:
hashCode
クラス内org.thinkit.generator.common.duke.factory.DependentPackage
-