c

ai.h2o.sparkling.api.generation.common

ParameterSubstitutionContext

case class ParameterSubstitutionContext(namespace: String, entityName: String, h2oSchemaClass: Class[_], h2oParameterClass: Class[_], ignoredParameters: Seq[String], explicitFields: Seq[ExplicitField], deprecatedFields: Seq[DeprecatedField], explicitDefaultValues: Map[String, Any], typeExceptions: Map[String, Class[_]], defaultValueFieldPrefix: String = "_", defaultValueSource: DefaultValueSource.DefaultValueSource, defaultValuesOfCommonParameters: Map[String, Any], generateParamTag: Boolean) extends SubstitutionContextBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SubstitutionContextBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParameterSubstitutionContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SubstitutionContextBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParameterSubstitutionContext(namespace: String, entityName: String, h2oSchemaClass: Class[_], h2oParameterClass: Class[_], ignoredParameters: Seq[String], explicitFields: Seq[ExplicitField], deprecatedFields: Seq[DeprecatedField], explicitDefaultValues: Map[String, Any], typeExceptions: Map[String, Class[_]], defaultValueFieldPrefix: String = "_", defaultValueSource: DefaultValueSource.DefaultValueSource, defaultValuesOfCommonParameters: Map[String, Any], generateParamTag: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val defaultValueFieldPrefix: String
  7. val defaultValueSource: DefaultValueSource.DefaultValueSource
  8. val defaultValuesOfCommonParameters: Map[String, Any]
  9. val deprecatedFields: Seq[DeprecatedField]
  10. val entityName: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val explicitDefaultValues: Map[String, Any]
  13. val explicitFields: Seq[ExplicitField]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val generateParamTag: Boolean
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val h2oParameterClass: Class[_]
  18. val h2oSchemaClass: Class[_]
  19. val ignoredParameters: Seq[String]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val namespace: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val typeExceptions: Map[String, Class[_]]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SubstitutionContextBase

Inherited from AnyRef

Inherited from Any

Ungrouped