| Constructor and Description |
|---|
BeanProp(String name) |
BeanProp(String name,
Field field,
boolean readOnly) |
public BeanProp(String name)
public void init()
public void setGetter(Method getter)
public void setSetter(Method setter)
public Method getGetter()
public Method getSetter()
public Field getField()
public void setField(Field field)
public boolean isReadOnly()
isReadOnly in interface Proppublic void setReadOnly(boolean readOnly)
public TypeKind getTypeKind()
getTypeKind in interface Proppublic ParameterizedType getGenericType()
getGenericType in interface Proppublic Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public Class<?> getDeclaringType()
getDeclaringType in interface Proppublic int getTypeArgsCount()
getTypeArgsCount in interface Proppublic Class<?> getTypeArg(int index)
getTypeArg in interface Proppublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface Proppublic Annotation[] getAnnotations()
getAnnotations in interface Proppublic Class<?> getRawType()
getRawType in interface Proppublic TypeKind getRawTypeKind()
getRawTypeKind in interface Proppublic ParameterizedType getRawGenericType()
getRawGenericType in interface Proppublic int getRawTypeArgsCount()
getRawTypeArgsCount in interface Proppublic Class<?> getRawTypeArg(int index)
getRawTypeArg in interface PropCopyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.