クラス 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
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    String createResource()  
    boolean equals​(Object o)  
    int hashCode()  
    static org.thinkit.generator.common.duke.factory.DependentPackage of​(@NonNull String dependentPackage)
    引数として渡された情報を基に DependentPackage クラスの新しいインスタンスを生成し返却します。
    String toString()  

    クラスから継承されたメソッド org.thinkit.generator.common.duke.factory.JavaComponent

    applyLombok, isAppliedLombok

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • of

      public static org.thinkit.generator.common.duke.factory.DependentPackage of​(@NonNull @NonNull String dependentPackage)
      引数として渡された情報を基に DependentPackage クラスの新しいインスタンスを生成し返却します。
      パラメータ:
      dependentPackage - 依存パッケージ
      戻り値:
      DependentPackage クラスの新しいインスタンス
      例外:
      NullPointerException - 引数として null が渡された場合
    • createResource

      public String createResource()
    • toString

      public String toString()
      オーバーライド:
      toString クラス内 org.thinkit.generator.common.duke.factory.DependentPackage
    • equals

      public boolean equals​(Object o)
      オーバーライド:
      equals クラス内 org.thinkit.generator.common.duke.factory.DependentPackage
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 org.thinkit.generator.common.duke.factory.DependentPackage