Interface ArgumentHolder
-
- All Implemented Interfaces:
public interface ArgumentHolder
-
-
Method Summary
Modifier and Type Method Description abstract String
getName()
abstract Map<String, String>
getMetadata()
String
getContentType()
boolean
hasContenType()
static Pair<String, Map<String, String>>
parse(String name)
-
-
Method Detail
-
getMetadata
abstract Map<String, String> getMetadata()
-
getContentType
String getContentType()
-
hasContenType
boolean hasContenType()
-
-
-
-