Prop

maven2sbt.core.Prop$
See theProp companion class
object Prop

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Prop.type

Members list

Concise view

Type members

Classlikes

final case class PropName(propName: String) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final case class PropValue(propValue: String) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromMavenProperty(mavenProperty: MavenProperty): Prop
def render(propsName: PropsName, prop: Prop): RenderedString

Implicits

Implicits

implicit val propRender: Render[Prop]