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