public final class PropertyAccessors extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PropertyAccessors.IntrospectionPropertyAccessorProvider
Uses the standard Bean Introspection to look up PropertyDescriptors
that in turn are used to build and return PropertyAccessors.
|
static interface |
PropertyAccessors.PropertyAccessorProvider
Just describes how to look up a PropertyAccessor.
|
Modifier and Type | Method and Description |
---|---|
static PropertyAccessors.PropertyAccessorProvider |
getProvider() |
static void |
setProvider(PropertyAccessors.PropertyAccessorProvider provider)
Sets a new PropertyAccessorProvider.
|
public static PropertyAccessors.PropertyAccessorProvider getProvider()
public static void setProvider(PropertyAccessors.PropertyAccessorProvider provider)
provider
- the new provider to be usedNullPointerException
- if provider
is null
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.