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