Extracts just the parameter names from a fragment definition. Used for when unnamed fragment parameters need to be mapped to their respective names.
List<String>
extract(String fragmentDefinition)
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Returns a list of parameter names for the given fragment definition.
Groovy Documentation