public abstract class DirectMetaBean extends BasicMetaBean
DirectBean
.
This implementation uses direct access via metaPropertyGet(String)
to avoid reflection.
Constructor and Description |
---|
DirectMetaBean() |
Modifier and Type | Method and Description |
---|---|
protected MetaProperty<?> |
metaPropertyGet(String propertyName)
Gets the meta-property by name.
|
beanName, createPropertyMap, metaProperty, metaPropertyCount, metaPropertyExists, metaPropertyIterable, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
beanType, builder, metaPropertyMap
public DirectMetaBean()
protected MetaProperty<?> metaPropertyGet(String propertyName)
This implementation returns null, and must be overridden in subclasses.
propertyName
- the property name, not nullCopyright © 2007–2013 Joda.org. All rights reserved.