IN
- is the generic input-type
.VALUE
- is the generic value-type
@ComponentSpecification(plugin=true) public interface PojoPathNamedFunction<IN,VALUE> extends PojoPathFunction<IN,VALUE>
PojoPathFunction
that has a name
. This allows to register such
functions as plugin via Inject
.FUNCTION_NAME_PREFIX
Modifier and Type | Method and Description |
---|---|
String |
getName()
This method gets the name of this function.
|
create, get, getInputClass, getValueClass, isDeterministic, set
String getName()
PojoPathNavigator
implementation. segment
.PojoPathFunction.FUNCTION_NAME_PREFIX
.Copyright © 2001–2016 mmm-Team. All rights reserved.