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