public class EntityField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityField.EntityFieldAnnotation |
| Modifier and Type | Field and Description |
|---|---|
Set<EntityField.EntityFieldAnnotation> |
annotations |
String |
descriptor |
String |
name |
String |
signature |
| Constructor and Description |
|---|
EntityField(String name,
String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGetterName() |
String |
getSetterName() |
boolean |
hasAnnotation(String descriptor) |
public final String name
public final String descriptor
public String signature
public final Set<EntityField.EntityFieldAnnotation> annotations
Copyright © 2021 JBoss by Red Hat. All rights reserved.