public static class LinqPathProvider.Result extends Object
Constructor and Description |
---|
LinqPathProvider.Result() |
Modifier and Type | Method and Description |
---|---|
Field |
getMaybeProperty() |
Class<?> |
getMemberType() |
String |
getPath() |
boolean |
isNestedPath() |
void |
setMaybeProperty(Field maybeProperty) |
void |
setMemberType(Class<?> memberType) |
void |
setNestedPath(boolean isNestedPath) |
void |
setPath(String path) |
public Field getMaybeProperty()
public Class<?> getMemberType()
public String getPath()
public boolean isNestedPath()
public void setMaybeProperty(Field maybeProperty)
public void setMemberType(Class<?> memberType)
public void setNestedPath(boolean isNestedPath)
public void setPath(String path)
Copyright © 2016. All Rights Reserved.