reflectAsString

fun reflectAsString(prependAttClass: Boolean): String

This method returns the current attribute values as a string in the following format by calling the .reflectWith method:

  • iff prependAttClass=true: "AttributeClass#key=value,AttributeClass#key=value"

  • iff prependAttClass=false: "key=value,key=value"

See also

.reflectWith