JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openehealth.ipf.commons.core.modules.api
Interface Extractor<S>
Type Parameters:
S
-
public interface
Extractor<S>
Extracts a piece of information from an object addressed by a expression
Author:
Christian Ohr
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
extract
(
S
message,
Object
... params)
Method Details
extract
Object
extract
(
S
message,
Object
... params)