Interface ObjectModelRetrieval
- All Known Implementing Classes:
ObjectModel
public interface ObjectModelRetrieval
This interface used by External Flow data contract mapping to retrieve information from the intermediate model that
is transferred between a Host and Target service.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String property) intgetInteger(String property) getObjectStream(String property) String[]getStringArray(String property) getStringList(String property) getStringStream(String property) booleanbooleanhasNonNull(String key) booleanbooleanisEmpty()
-
Method Details
-
getString
-
getInteger
-
getBoolean
-
getStringArray
-
getStringList
-
getStringStream
-
getObject
-
getObjectStream
-
isArray
-
getProperties
-
has
-
hasNonNull
-
isEmpty
boolean isEmpty()
-