public class EmbeddedField extends Object
Constructor and Description |
---|
EmbeddedField(Field field)
Creates a new instance of
EmbeddedField . |
EmbeddedField(Field field,
EmbeddedField parent)
Creates a new instance of
EmbeddedField . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<?> |
getDeclaringClass()
Returns the class in which this field is declared.
|
Field |
getField()
Returns the underlying field.
|
String |
getName()
Returns the name of this field.
|
EmbeddedField |
getParent()
Returns the parent field.
|
String |
getQualifiedName()
Returns the qualified name of this embedded field.
|
Class<?> |
getType()
Returns the type of this field.
|
int |
hashCode() |
String |
toString() |
public EmbeddedField(Field field)
EmbeddedField
.field
- the underlying fieldpublic EmbeddedField(Field field, EmbeddedField parent)
EmbeddedField
.field
- the underlying fieldparent
- the parent embedded field. May be null
.public Field getField()
public EmbeddedField getParent()
public String getQualifiedName()
public Class<?> getType()
public String getName()
public Class<?> getDeclaringClass()
Copyright © 2016. All rights reserved.