public class BeanMetaExtended extends Object
Serializers and parsers can implement their own language-specific metadata on a bean and retrieve the metadata using
the BeanMeta.getExtendedMeta(Class) method.
| Constructor and Description |
|---|
BeanMetaExtended(BeanMeta<?> bm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanMeta<?> |
getBeanMeta()
Returns the bean metadata that was passed into the constructor.
|
public BeanMetaExtended(BeanMeta<?> bm) throws BeanRuntimeException
bm - The metadata of the bean we're extending.BeanRuntimeException - If any error occurred trying to construct the metadata.protected BeanMeta<?> getBeanMeta()
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.