T
- The class type that this metadata applies to.public final class BeanMetaFiltered<T> extends BeanMeta<T>
BeanMeta
, except the list of bean properties are limited by a @BeanProperty.properties()
annotation.beanFilter, c, classMeta, constructor, constructorArgs, ctx, getterProps, properties, setterProps, typeVarImpls
Constructor and Description |
---|
BeanMetaFiltered(BeanMeta<T> innerMeta,
Collection<String> pNames)
Wrapper constructor.
|
BeanMetaFiltered(BeanMeta<T> innerMeta,
String[] pNames)
Wrapper constructor.
|
getClassMeta, getDictionaryName, getExtendedMeta, getPropertyMeta, getPropertyMetas, getPropertyMetas, getTypeProperty, newBean, toString
public BeanMetaFiltered(BeanMeta<T> innerMeta, String[] pNames)
innerMeta
- The untransformed bean meta of the bean property.pNames
- The list of transformed property names.public BeanMetaFiltered(BeanMeta<T> innerMeta, Collection<String> pNames)
innerMeta
- The untransformed bean meta of the bean property.pNames
- The list of transformed property names.Copyright © 2018 Apache. All rights reserved.