public interface PojoAttribute<T>
T get(Object pojo) throws IOException
IOExceptionvoid set(Object pojo, T value) throws IOException
IOExceptionClass<?> getType()
boolean canRead()
boolean canWrite()
String getName()
<A extends Annotation> A getAnnotation(Class<? extends A> annotationClass)
Copyright © 2014. All rights reserved.