class DefaultModelEmitter extends ModelEmitter
Generates a simple case class based on the configured naming strategy, selected property emitter and inheritance configurations.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultModelEmitter
- ModelEmitter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultModelEmitter(config: GeneratorConfiguration, inheritances: Inheritances, table: Table)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
code: String
The generated code for the case class.
The generated code for the case class. Please ensure that the name is consistent with the naming strategy.
- Definition Classes
- ModelEmitter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extendsClause: String
The emitted extends clause of the case class declaration.
The emitted extends clause of the case class declaration.
- Attributes
- protected
- Definition Classes
- ModelEmitter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
namingStrategy: NamingStrategy
The naming strategy for the model name.
The naming strategy for the model name.
- Definition Classes
- DefaultModelEmitter → ModelEmitter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
properties: Seq[String]
The (emitted) properties of the case class.
The (emitted) properties of the case class.
- Definition Classes
- DefaultModelEmitter → ModelEmitter
-
def
supertypes: Seq[String]
The (emitted) supertypes of the case class.
The (emitted) supertypes of the case class.
- Definition Classes
- DefaultModelEmitter → ModelEmitter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: Table
The table to be transformed.
The table to be transformed.
- Definition Classes
- DefaultModelEmitter → ModelEmitter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )