public final class ObjectPathElement extends Object implements Serializable
Constructor and Description |
---|
ObjectPathElement(Class<?> objectType,
String fieldName)
Constructs a new
ObjectPathElement . |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Returns the name of the field of the object type.
|
Class<?> |
getObjectType()
Returns the object type.
|
String |
toString() |
Copyright © 2014. All rights reserved.