public class BeanExcludeInfo
extends java.lang.Object
| Constructor and Description |
|---|
BeanExcludeInfo(java.lang.String excludeProperties,
java.lang.String includeProperties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExcludeProperties() |
java.lang.String |
getIncludeProperties() |
boolean |
isExcludedProperty(java.lang.String property)
a property is excluded if it ths given in the exclude list
but not in include list
|
void |
setExcludeProperties(java.lang.String excludeProperties) |
void |
setIncludeProperties(java.lang.String includeProperties) |
public BeanExcludeInfo(java.lang.String excludeProperties,
java.lang.String includeProperties)
public java.lang.String getExcludeProperties()
public void setExcludeProperties(java.lang.String excludeProperties)
public java.lang.String getIncludeProperties()
public void setIncludeProperties(java.lang.String includeProperties)
public boolean isExcludedProperty(java.lang.String property)
property - Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.