public class PropertyInformation extends Object
| Constructor and Description |
|---|
PropertyInformation(AnnotationMirror propertyAnnotationMirror,
List<ConstraintInformation> constraintList,
TypeMirror type,
boolean virtual) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConstraintInformation> |
constraints() |
TypeMirror |
getAdapter() |
String |
getName() |
TypeMirror |
getType() |
boolean |
isRequired() |
boolean |
isVirtual() |
public PropertyInformation(AnnotationMirror propertyAnnotationMirror, List<ConstraintInformation> constraintList, TypeMirror type, boolean virtual)
public boolean isVirtual()
public TypeMirror getAdapter()
public TypeMirror getType()
public String getName()
public Iterable<ConstraintInformation> constraints()
public boolean isRequired()
Copyright © 2018. All rights reserved.