| Interface | Description |
|---|---|
| PropertyResolverStrategy |
PropertyResolverStrategy specifies a contract for resolution of
mappable properties for a java type.
|
| Class | Description |
|---|---|
| IntrospectorPropertyResolver |
IntrospectionPropertyResolver leverages JavaBeans introspector to resolve
properties for provided types.
|
| PropertyResolver |
PropertyResolver defines the core functionality for resolving properties;
specific PropertyResolverStrategy implementations should extend from this
class, implementing the 'collectProperties' method.
|
| RegexPropertyResolver |
RegexPropertyResolver uses regular expressions to find properties based
on patterns configured for locating the read and write methods.
|
Copyright © 2019 Glasnost. All rights reserved.