Interface PropertyOps
- All Known Implementing Classes:
PropertyModel
public interface PropertyOps
-
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsType(Class<?> clazz) <A> AfindAnnotation(Class<A> annotationClass) getName()Class<?> getType()If applicable, returns the write method associated with this property.booleanbooleanvoid
-
Method Details
-
getName
String getName() -
getType
Class<?> getType() -
acceptsType
-
setValue
-
getValue
-
isWritable
boolean isWritable() -
isReadable
boolean isReadable() -
getWriteMethod
Method getWriteMethod()If applicable, returns the write method associated with this property. A return value of null only indicates, that no Java method has been associated with the property ops. The property may still be writable.- Returns:
-
getReadMethod
Method getReadMethod() -
findAnnotation
-