|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bval.IntrospectorMetaBeanFactory
public class IntrospectorMetaBeanFactory
Description: use information from java.beans.Introspector in MetaBeans. The PropertyDescriptor can contain info about
HIDDEN, PREFERRED, READONLY and other features
NOTE: THIS IS AN OPTIONAL CLASS, TO ENABLE IT, SET Factory Property apache.bval.enable-introspector="true"
Constructor Summary | |
---|---|
IntrospectorMetaBeanFactory()
|
Method Summary | |
---|---|
void |
buildMetaBean(MetaBean meta)
Initialize the specified MetaBean . |
protected MetaProperty |
buildMetaProperty(PropertyDescriptor pd)
Deprecated. |
protected MetaProperty |
buildMetaProperty(PropertyDescriptor pd,
MetaProperty existing)
Create a MetaProperty from the specified PropertyDescriptor . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntrospectorMetaBeanFactory()
Method Detail |
---|
public void buildMetaBean(MetaBean meta) throws Exception
MetaBean
.
buildMetaBean
in interface MetaBeanFactory
Exception
@Deprecated protected MetaProperty buildMetaProperty(PropertyDescriptor pd)
MetaProperty
from the specified PropertyDescriptor
.
pd
-
protected MetaProperty buildMetaProperty(PropertyDescriptor pd, MetaProperty existing)
MetaProperty
from the specified PropertyDescriptor
.
pd
- existing
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |