public class PropertyAccess extends Object
Constructor and Description |
---|
PropertyAccess(String fieldName) |
PropertyAccess(String fieldName,
Class<?> targetClass) |
PropertyAccess(String fieldName,
String readMethodName,
String writerMethodName) |
Modifier and Type | Method and Description |
---|---|
Field |
getField() |
String |
getFieldName() |
Method |
getReadMethod() |
String |
getReadMethodName() |
Class<?> |
getTargetClass() |
Method |
getWriterMethod() |
String |
getWriterMethodName() |
boolean |
hasField() |
boolean |
hasReadMethod() |
boolean |
hasWriterMethod() |
boolean |
isNestedField() |
void |
resolve(Class<?> targetClass) |
String |
toString() |
public PropertyAccess(String fieldName)
public PropertyAccess(String fieldName, String readMethodName, String writerMethodName)
public PropertyAccess(String fieldName, Class<?> targetClass)
public String getFieldName()
public Method getWriterMethod()
public Method getReadMethod()
public String getWriterMethodName()
public String getReadMethodName()
public Class<?> getTargetClass()
public boolean isNestedField()
public boolean hasField()
public boolean hasReadMethod()
public boolean hasWriterMethod()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.