public static class ScopeData.In
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
java.lang.String |
target |
java.lang.Class |
type |
| Constructor and Description |
|---|
In() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
matchedPropertyName(java.lang.String value)
Returns matched property name or
null if name is not matched. |
java.lang.String |
propertyName() |
public java.lang.Class type
public java.lang.String name
public java.lang.String target
public java.lang.String propertyName()
public java.lang.String matchedPropertyName(java.lang.String value)
null if name is not matched.
Matches if attribute name matches the required field name. If the match is positive, injection or outjection is performed on the field.
Parameter name matches field name if param name starts with field name and has either '.' or '[' after the field name.
Returns real property name, once when name is matched.
Copyright © 2003-present Jodd Team