public class ExpressionInfo extends Object
Constructor and Description |
---|
ExpressionInfo(String path,
Class<?> clazz,
boolean nestedPath) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
Field |
getMaybeProperty() |
String |
getPath() |
boolean |
isNestedPath() |
void |
setClazz(Class<?> clazz) |
void |
setMaybeProperty(Field maybeProperty) |
void |
setNestedPath(boolean nestedPath) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
public boolean isNestedPath()
public void setNestedPath(boolean nestedPath)
public Field getMaybeProperty()
public void setMaybeProperty(Field maybeProperty)
Copyright © 2016. All Rights Reserved.