public interface ParserAction
Modifier and Type | Method and Description |
---|---|
Object |
apply(Properties props)
Apply this action to props and return the result.
|
String |
getFieldName()
Return the field name in an object that is set with the result
|
String |
getPropertyName()
Return the property name or prefix for which this action
is applied.
|
boolean |
isPrefix()
Return whether this action is for an exact match or a prefix
match (true).
|
String getPropertyName()
boolean isPrefix()
String getFieldName()
Object apply(Properties props)
Copyright © 2019 JBoss by Red Hat. All rights reserved.