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 @Beanp(bpi)
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.
|
equals, getClassMeta, getDictionaryName, getPropertyMeta, getPropertyMetas, getPropertyMetas, getTypeProperty, hashCode, 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 © 2016–2020 The Apache Software Foundation. All rights reserved.