public class RegexPropertyResolver extends IntrospectorPropertyResolver
ELEMENT_PROPERT_PREFIX, ELEMENT_PROPERT_SUFFIX| Constructor and Description |
|---|
RegexPropertyResolver(String readMethodRegex,
String writeMethodRegex,
boolean includeJavaBeans,
boolean includePublicFields) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
collectProperties(Class<?> type,
Type<?> referenceType,
Map<String,Property> properties)
Collects all properties for the specified type.
|
protected String |
uncapitalize(String string)
Converts the first character of a String to lowercase
|
capitalize, collectPublicFieldProperties, existsProperty, getElementProperty, getElementProperty, getIndividualElementProperty, getNestedProperty, getNestedProperty, getProperties, getProperty, getProperty, getProperty, hasTypeParameters, isElementPropertyExpression, isIndividualElementExpression, isInlinePropertyExpression, isNestedPropertyExpression, processProperty, resolveInlineProperty, resolvePropertyType, splitElementProperty, splitNestedPropertyprotected String uncapitalize(String string)
string - protected void collectProperties(Class<?> type, Type<?> referenceType, Map<String,Property> properties)
collectProperties in class IntrospectorPropertyResolvertype - the type for which to collect propertiesreferenceType - the reference type for use in resolving generic parameters as neededproperties - the properties collected for the current typeCopyright © 2016 Glasnost. All rights reserved.