| コンストラクタと説明 |
|---|
BeanDescImpl(Class<?> beanClass) |
public BeanDescImpl(Class<?> beanClass) throws EmptyRuntimeException
public Class<?> getBeanClass()
getBeanClass インタフェース内 BeanDescpublic boolean hasPropertyDesc(String propertyName)
hasPropertyDesc インタフェース内 BeanDescpublic PropertyDesc getPropertyDesc(String propertyName) throws PropertyNotFoundRuntimeException
getPropertyDesc インタフェース内 BeanDescPropertyNotFoundRuntimeExceptionpublic PropertyDesc getPropertyDesc(int index)
getPropertyDesc インタフェース内 BeanDescpublic int getPropertyDescSize()
getPropertyDescSize インタフェース内 BeanDescpublic Object newInstance(Object[] args) throws ConstructorNotFoundRuntimeException
newInstance インタフェース内 BeanDescConstructorNotFoundRuntimeExceptionpublic Constructor<?> getSuitableConstructor(Object[] args) throws ConstructorNotFoundRuntimeException
getSuitableConstructor インタフェース内 BeanDescConstructorNotFoundRuntimeExceptionpublic Constructor<?> getConstructor(Class<?>[] paramTypes)
getConstructor インタフェース内 BeanDescpublic Method getMethodNoException(String methodName)
getMethodNoException インタフェース内 BeanDescpublic Method getMethodNoException(String methodName, Class[] paramTypes)
getMethodNoException インタフェース内 BeanDescpublic Method[] getMethods(String methodName) throws MethodNotFoundRuntimeException
getMethods インタフェース内 BeanDescMethodNotFoundRuntimeExceptionpublic String[] getMethodNames()
getMethodNames インタフェース内 BeanDescpublic String[] getConstructorParameterNames(Class[] parameterTypes)
getConstructorParameterNames インタフェース内 BeanDescpublic String[] getConstructorParameterNames(Constructor<?> constructor)
getConstructorParameterNames インタフェース内 BeanDescpublic String[] getMethodParameterNamesNoException(String methodName, Class[] parameterTypes)
getMethodParameterNamesNoException インタフェース内 BeanDescpublic String[] getMethodParameterNames(String methodName, Class[] parameterTypes)
getMethodParameterNames インタフェース内 BeanDescpublic String[] getMethodParameterNames(Method method)
getMethodParameterNames インタフェース内 BeanDescpublic String[] getMethodParameterNamesNoException(Method method)
getMethodParameterNamesNoException インタフェース内 BeanDescpublic Object getFieldValue(String fieldName, Object target) throws FieldNotFoundRuntimeException
getFieldValue インタフェース内 BeanDescFieldNotFoundRuntimeExceptionpublic int getFieldSize()
getFieldSize インタフェース内 BeanDescpublic List<Field> getHiddenFieldList(String fieldName)
getHiddenFieldList インタフェース内 BeanDescCopyright © 2015 The DBFlute Project. All rights reserved.